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