|
@@ -29,7 +29,7 @@ services:
|
|
|
- 3306:3306
|
|
- 3306:3306
|
|
|
volumes:
|
|
volumes:
|
|
|
- ./apps/opentalent-platform/migration:/usr/src:cached
|
|
- ./apps/opentalent-platform/migration:/usr/src:cached
|
|
|
- - ./mysqldata:/var/lib/mysql
|
|
|
|
|
|
|
+ - mysqldata:/var/lib/mysql
|
|
|
- ./apps/env:/env:cached
|
|
- ./apps/env:/env:cached
|
|
|
- ./apps/metabase:/usr/metabase:cached
|
|
- ./apps/metabase:/usr/metabase:cached
|
|
|
environment:
|
|
environment:
|
|
@@ -138,10 +138,7 @@ services:
|
|
|
environment:
|
|
environment:
|
|
|
VIRTUAL_HOST: ${MERCURE_VIRTUAL_HOST}
|
|
VIRTUAL_HOST: ${MERCURE_VIRTUAL_HOST}
|
|
|
SERVER_NAME: ${MERCURE_VIRTUAL_HOST}
|
|
SERVER_NAME: ${MERCURE_VIRTUAL_HOST}
|
|
|
- JWT_KEY: ${MERCURE_JWT_KEY}
|
|
|
|
|
- CORS_ALLOWED_ORIGINS: https://local.ap2i.opentalent.fr http://ap2i
|
|
|
|
|
- PUBLISH_ALLOWED_ORIGINS: https://local.ap2i.opentalent.fr http://ap2i
|
|
|
|
|
- # DEBUG: 1
|
|
|
|
|
|
|
+ MERCURE_JWT_KEY: ${MERCURE_JWT_KEY}
|
|
|
MERCURE_EXTRA_DIRECTIVES: |
|
|
MERCURE_EXTRA_DIRECTIVES: |
|
|
|
cors_origins https://local.ap2i.opentalent.fr http://ap2i
|
|
cors_origins https://local.ap2i.opentalent.fr http://ap2i
|
|
|
volumes:
|
|
volumes:
|
|
@@ -374,21 +371,21 @@ services:
|
|
|
depends_on:
|
|
depends_on:
|
|
|
- nginx-proxy
|
|
- nginx-proxy
|
|
|
|
|
|
|
|
- blackfire:
|
|
|
|
|
- hostname: blackfire
|
|
|
|
|
- container_name: blackfire
|
|
|
|
|
- image: blackfire/blackfire
|
|
|
|
|
- environment:
|
|
|
|
|
- - BLACKFIRE_LOG_LEVEL=4
|
|
|
|
|
- - BLACKFIRE_SERVER_ID=${BLACKFIRE_SERVER_ID}
|
|
|
|
|
- - BLACKFIRE_SERVER_TOKEN=${BLACKFIRE_SERVER_TOKEN}
|
|
|
|
|
- - BLACKFIRE_CLIENT_ID=${BLACKFIRE_CLIENT_ID}
|
|
|
|
|
- - BLACKFIRE_CLIENT_TOKEN=${BLACKFIRE_CLIENT_TOKEN}
|
|
|
|
|
- - VIRTUAL_HOST=${BLACK_FIRE_VIRTUAL_HOST}
|
|
|
|
|
- - VIRTUAL_PORT=${BLACK_FIRE_PORT}
|
|
|
|
|
- depends_on:
|
|
|
|
|
- - php70
|
|
|
|
|
- - ap2i
|
|
|
|
|
|
|
+# blackfire:
|
|
|
|
|
+# hostname: blackfire
|
|
|
|
|
+# container_name: blackfire
|
|
|
|
|
+# image: blackfire/blackfire
|
|
|
|
|
+# environment:
|
|
|
|
|
+# - BLACKFIRE_LOG_LEVEL=4
|
|
|
|
|
+# - BLACKFIRE_SERVER_ID=${BLACKFIRE_SERVER_ID}
|
|
|
|
|
+# - BLACKFIRE_SERVER_TOKEN=${BLACKFIRE_SERVER_TOKEN}
|
|
|
|
|
+# - BLACKFIRE_CLIENT_ID=${BLACKFIRE_CLIENT_ID}
|
|
|
|
|
+# - BLACKFIRE_CLIENT_TOKEN=${BLACKFIRE_CLIENT_TOKEN}
|
|
|
|
|
+# - VIRTUAL_HOST=${BLACK_FIRE_VIRTUAL_HOST}
|
|
|
|
|
+# - VIRTUAL_PORT=${BLACK_FIRE_PORT}
|
|
|
|
|
+# depends_on:
|
|
|
|
|
+# - php70
|
|
|
|
|
+# - ap2i
|
|
|
|
|
|
|
|
phpdoc:
|
|
phpdoc:
|
|
|
hostname: phpdoc
|
|
hostname: phpdoc
|