Skip to content

Commit 2f50454

Browse files
committed
fix: remove extra hosts
1 parent 4682073 commit 2f50454

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

blueprints/peerdb/docker-compose.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ services:
3838
POSTGRES_PASSWORD: ${PEERDB_CATALOG_PASSWORD}
3939
POSTGRES_DB: ${PEERDB_CATALOG_DATABASE}
4040
POSTGRES_INITDB_ARGS: --locale=C.UTF-8
41-
extra_hosts:
42-
- "host.docker.internal:host-gateway"
4341
volumes:
4442
- pgdata:/var/lib/postgresql/data
4543
- ../files/postgresql.conf:/etc/postgresql.conf
@@ -130,8 +128,8 @@ services:
130128
restart: unless-stopped
131129
environment:
132130
<<: [*catalog-config, *flow-worker-env, *minio-config]
133-
extra_hosts:
134-
- "host.docker.internal:host-gateway"
131+
networks:
132+
- dokploy-network
135133
depends_on:
136134
temporal-admin-tools:
137135
condition: service_healthy

0 commit comments

Comments
 (0)