fix host.docker.internal on linux (#6443) (#6451)

Signed-off-by: Evgenii Rechkalov <snorkysnark@gmail.com>
This commit is contained in:
Francis The Basilisk 2024-09-02 13:31:37 +02:00 committed by GitHub
parent a81f44f74e
commit 8da14bb5d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,8 @@ services:
restart: unless-stopped
account:
image: hardcoreeng/account
extra_hosts:
- "host.docker.internal:host-gateway"
links:
- mongodb
- minio
@ -76,6 +78,8 @@ services:
restart: unless-stopped
collaborator:
image: hardcoreeng/collaborator
extra_hosts:
- "host.docker.internal:host-gateway"
links:
- mongodb
- minio
@ -92,6 +96,8 @@ services:
restart: unless-stopped
front:
image: hardcoreeng/front
extra_hosts:
- "host.docker.internal:host-gateway"
links:
- mongodb
- minio
@ -126,6 +132,8 @@ services:
restart: unless-stopped
transactor:
image: hardcoreeng/transactor
extra_hosts:
- "host.docker.internal:host-gateway"
links:
- mongodb
- elastic
@ -184,6 +192,8 @@ services:
memory: 300M
sign:
image: hardcoreeng/sign
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped
ports:
- 4006:4006
@ -207,6 +217,8 @@ services:
memory: 300M
analytics:
image: hardcoreeng/analytics-collector
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped
ports:
- 4007:4007
@ -224,6 +236,8 @@ services:
memory: 300M
aiBot:
image: hardcoreeng/ai-bot
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped
environment:
- SERVER_SECRET=secret
@ -241,6 +255,8 @@ services:
memory: 300M
# telegram-bot:
# image: hardcoreeng/telegram-bot
# extra_hosts:
# - "host.docker.internal:host-gateway"
# restart: unless-stopped
# environment:
# - PORT=4020