mirror of
https://gitlab.com/mobicoop/v3/service/logger.git
synced 2026-02-01 23:40:43 +00:00
clean compose
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user