Merge pull request #1263 from SkynetLabs/chris/enable-mongodb-skyd

Enable mongodb in docker-compose.yml for skyd
This commit is contained in:
Matthew Sevey 2021-10-08 09:32:03 -04:00 committed by GitHub
commit 559a22723a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
- Set skyd up to connect to the local mongodb cluster for storing TUS metadata

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: