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

This commit is contained in:
2023-05-07 00:55:59 -04:00
parent bf70ca98f3
commit 6ff8f74317

View File

@@ -3,7 +3,8 @@ version: '3.8'
services:
auth-service_mongo:
container_name: ${CONTAINER_PREFIX}-auth-service_mongo
env_file: staging.env
env_file:
- staging.env
networks:
- docknet
volumes:
@@ -11,7 +12,8 @@ services:
restart: unless-stopped
image: mongo:latest
auth-service:
env_file: staging.env
env_file:
- staging.env
build: .
container_name: ${CONTAINER_PREFIX}-auth-service
labels: