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'
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:
- APP_DOMAIN=registry.egommerce.local
ports:

View File

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