diff --git a/docker-compose.yml b/docker-compose.yml index c6f6b218..5492edfa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -180,7 +180,7 @@ services: # - db-data:/var/lib/postgresql/data:rw db: - image: mysql:5.6 + image: mysql:5.7 restart: always environment: - MYSQL_ROOT_PASSWORD=example diff --git a/openapi.yaml b/openapi.yaml new file mode 120000 index 00000000..f23a4951 --- /dev/null +++ b/openapi.yaml @@ -0,0 +1 @@ +api/public/schema/openapi.yaml \ No newline at end of file diff --git a/publiccode.yaml b/publiccode.yaml new file mode 120000 index 00000000..81a2ac2e --- /dev/null +++ b/publiccode.yaml @@ -0,0 +1 @@ +api/public/schema/publiccode.yaml \ No newline at end of file