Enable mongodb in docker-compose.yml for skyd

This commit is contained in:
Chris Schinnerl 2021-10-07 17:35:06 +02:00
parent 1aa3928236
commit bad9543032
No known key found for this signature in database
GPG Key ID: 9D2167A83B00583F
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ services:
logging: *default-logging
environment:
- SIA_MODULES=gctwr
- MONGODB_URI=mongodb://${SKYNET_DB_HOST}:${SKYNET_DB_PORT}
- MONGODB_USER=${SKYNET_DB_USER}
- MONGODB_PASSWORD=${SKYNET_DB_PASS}
env_file:
- .env
volumes: