simplify compose

This commit is contained in:
Gsk54 2023-01-06 14:44:54 +01:00
parent f8b3081ccc
commit 0c73db4e52
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
# SERVICE # SERVICE
SERVICE_CONTAINER=v3-logger
SERVICE_URL=0.0.0.0 SERVICE_URL=0.0.0.0
SERVICE_PORT=5099 SERVICE_PORT=5099
# RABBIT MQ # RABBIT MQ
RMQ_URI=amqp://localhost:5672 RMQ_URI=amqp://v3-broker:5672

View File

@ -2,7 +2,7 @@ version: '3.8'
services: services:
api: api:
container_name: ${SERVICE_CONTAINER} container_name: v3-logger
build: build:
dockerfile: Dockerfile dockerfile: Dockerfile
context: . context: .