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' 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: