Finishing touches?
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
- auth-db:/data/db
|
||||
- auth-db:/data/configdb
|
||||
restart: unless-stopped
|
||||
image: mongo:latest
|
||||
image: ${CONTAINER_PREFIX}-auth-service_mongo:${TAG:-latest}
|
||||
auth-service:
|
||||
env_file: .env.dev
|
||||
build:
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
- labs-net
|
||||
- backend
|
||||
restart: unless-stopped
|
||||
image: node:20-alpine
|
||||
image: ${CONTAINER_PREFIX}-auth-service:${TAG:-latest}
|
||||
depends_on:
|
||||
- auth-service_mongo
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user