You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2020. It is now read-only.
- ./db/data/:/var/lib/myqsl #Je pensais avoir fait une typo mais avec mysql ça marche pas 😂
php:
build: ./docker/php
restart: always
ports:
- '9000:9001'
depends_on:
- db
volumes:
- ./Youngfood/:/var/www/symfony:cached
nginx:
build: ./docker/nginx
restart: always
ports:
- "${NGINX_HOST_HTTP_PORT}:80"
depends_on:
- php
volumes:
- ./logs/nginx:/var/log/nginx:cached
- ./Youngfood/:/var/www/symfony:cached
adminer:
image: adminer:latest
restart: always
ports: ['8080:8080']
depends_on:
- db
maildev:
image: maildev/maildev
ports:
- "1080:80"
mercure:
image: dunglas/mercure
environment:
- JWT_KEY=!InsecureChangeMe! # You have to change MERCURE_JWT_SECRET in api/.env when you change this. You can put the old value of MERCURE_JWT_SECRET into the debugger on https://jwt.io/ and put the new value of JWT_KEY in the "secret" field to obtain the new encoded value for MERCURE_JWT_SECRET