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: services:
auth-service_mongo: auth-service_mongo:
container_name: ${CONTAINER_PREFIX}-auth-service_mongo container_name: ${CONTAINER_PREFIX}-auth-service_mongo
env_file: staging.env env_file:
- staging.env
networks: networks:
- docknet - docknet
volumes: volumes:
@@ -11,7 +12,8 @@ services:
restart: unless-stopped restart: unless-stopped
image: mongo:latest image: mongo:latest
auth-service: auth-service:
env_file: staging.env env_file:
- staging.env
build: . build: .
container_name: ${CONTAINER_PREFIX}-auth-service container_name: ${CONTAINER_PREFIX}-auth-service
labels: labels: