Readded environment variables in docker-compose

This commit is contained in:
kentora 2021-01-10 08:30:06 +01:00
commit 296e24b119

View file

@ -10,6 +10,12 @@ services:
restart: always restart: always
ports: ports:
- 9090:80 - 9090:80
environment:
db_username: root
db_password: example
db_host: mongo
db_port: 27017
volumes:
- ./mealie/data/img:/app/data/img - ./mealie/data/img:/app/data/img
- ./mealie/data/backups:/app/data/backups - ./mealie/data/backups:/app/data/backups
mongo: mongo: