mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Readded environment variables in docker-compose
This commit is contained in:
parent
9c1d0d9ec9
commit
296e24b119
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ services:
|
|||
restart: always
|
||||
ports:
|
||||
- 9090:80
|
||||
environment:
|
||||
db_username: root
|
||||
db_password: example
|
||||
db_host: mongo
|
||||
db_port: 27017
|
||||
volumes:
|
||||
- ./mealie/data/img:/app/data/img
|
||||
- ./mealie/data/backups:/app/data/backups
|
||||
mongo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue