Working setups for dev and staging! (mostly)
All checks were successful
continuous-integration/drone/push Build is passing

TODO: Still no access to routes on staging... hmmm...
This commit is contained in:
2023-05-12 15:37:32 -04:00
parent 17949255d3
commit d9285e4bec
4 changed files with 3 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ version: '3.8'
services:
auth-service_mongo:
container_name: ${CONTAINER_PREFIX:-staging}-auth-service_mongodb
container_name: ${CONTAINER_PREFIX:-staging}-auth-service_mongo
env_file:
- staging.env
build:
@@ -28,7 +28,7 @@ services:
- PORT
- ENV
environment:
- DB_HOST=${CONTAINER_PREFIX:-staging}-auth-service_mongodb
- DB_HOST=${CONTAINER_PREFIX:-staging}-auth-service_mongo
labels:
- 'traefik.enable=true'
- 'traefik.http.routers.grow.rule=Host(`${HOST}`) && Path(`${ROUTE_PREFIX}`)'