We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4682073 commit 2f50454Copy full SHA for 2f50454
blueprints/peerdb/docker-compose.yml
@@ -38,8 +38,6 @@ services:
38
POSTGRES_PASSWORD: ${PEERDB_CATALOG_PASSWORD}
39
POSTGRES_DB: ${PEERDB_CATALOG_DATABASE}
40
POSTGRES_INITDB_ARGS: --locale=C.UTF-8
41
- extra_hosts:
42
- - "host.docker.internal:host-gateway"
43
volumes:
44
- pgdata:/var/lib/postgresql/data
45
- ../files/postgresql.conf:/etc/postgresql.conf
@@ -130,8 +128,8 @@ services:
130
128
restart: unless-stopped
131
129
environment:
132
<<: [*catalog-config, *flow-worker-env, *minio-config]
133
134
+ networks:
+ - dokploy-network
135
depends_on:
136
temporal-admin-tools:
137
condition: service_healthy
0 commit comments