Update mikr.us env

This commit is contained in:
Piotr Biernat 2023-06-24 19:22:03 +02:00
parent d118557e24
commit c0a8a7aef1
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ services:
- '5672:5672' - '5672:5672'
api-registry: api-registry:
command: ["-bootstrap-expect=1", "advertise-addr=135.181.211.5", "-ui-content-path=/registry", -log-level=DEBUG] command: ["-bootstrap-expect=1", "advertise=135.181.211.5", "-ui-content-path=/registry", -log-level=DEBUG]
environment: environment:
- APP_DOMAIN=registry.egommerce.local - APP_DOMAIN=registry.egommerce.local
ports: ports:

View File

@ -25,6 +25,7 @@ services:
- CONSUL_HTTP_TOKEN=VeryS3cr3tTok3N - CONSUL_HTTP_TOKEN=VeryS3cr3tTok3N
volumes: volumes:
- registry_data:/consul/data - registry_data:/consul/data
# - ./
networks: networks:
- api-registry-network - api-registry-network
- api-logger-network - api-logger-network