Merge branch 'updateCompose' into 'main'

clean compose

See merge request v3/service/logger!7
This commit is contained in:
Sylvain Briat 2023-02-28 10:13:06 +00:00
commit a9c180fbb2
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
version: '3.8'
services:
api:
container_name: v3-logger
v3-logger-api:
container_name: v3-logger-api
build:
dockerfile: Dockerfile
context: .
@ -13,7 +13,7 @@ services:
- .env
command: npm run start:dev
ports:
- "${SERVICE_PORT:-5099}:${SERVICE_PORT:-5099}"
- '${SERVICE_PORT:-5099}:${SERVICE_PORT:-5099}'
networks:
v3-network:
aliases: