Enabling account module

This commit is contained in:
Matthew Sevey 2021-10-22 12:06:01 -04:00
parent 9dad4ee4bc
commit a673a7cb9a
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ services:
restart: unless-stopped
logging: *default-logging
environment:
- SIA_MODULES=gctwr
- SIA_MODULES=gctwra
- MONGODB_URI=mongodb://${SKYNET_DB_HOST}:${SKYNET_DB_PORT}
- MONGODB_USER=${SKYNET_DB_USER}
- MONGODB_PASSWORD=${SKYNET_DB_PASS}