Or this...
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-07 00:54:41 -04:00
parent 52e5befd93
commit bf70ca98f3

View File

@@ -2,7 +2,7 @@ version: '3.8'
services: services:
auth-service_mongo: auth-service_mongo:
container_name: ${CONTAINER_PREFIX:-mifi}-auth-service_mongo container_name: ${CONTAINER_PREFIX}-auth-service_mongo
env_file: staging.env env_file: staging.env
networks: networks:
- docknet - docknet
@@ -13,7 +13,7 @@ services:
auth-service: auth-service:
env_file: staging.env env_file: staging.env
build: . build: .
container_name: ${CONTAINER_PREFIX:-mifi}-auth-service container_name: ${CONTAINER_PREFIX}-auth-service
labels: labels:
- 'traefik.enable=true' - 'traefik.enable=true'
- 'traefik.http.routers.grow.rule=Host(`${HOST}`) && Path(`${ROUTE_PREFIX}`)' - 'traefik.http.routers.grow.rule=Host(`${HOST}`) && Path(`${ROUTE_PREFIX}`)'