clean compose

This commit is contained in:
sbriat 2023-02-28 11:12:49 +01:00
parent bf17ac9c9c
commit b2d134640e
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: