Skip to content

Commit

Permalink
added osm2pgsql to the same network as the db
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 9, 2024
1 parent 5aad0a1 commit 0dd867d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ services:
- ./map/data/:/data/:rw
osm2pgsql-init:
image: iboates/osm2pgsql:latest
networks:
- traefik_traefik
environment:
TZ: Europe/Berlin
PGPASSWORD: ${POSTGRES_PASSWORD}
Expand Down Expand Up @@ -232,6 +234,8 @@ services:
condition: service_healthy
osm2pgsql-replication-init:
image: iboates/osm2pgsql:latest
networks:
- traefik_traefik
environment:
TZ: Europe/Berlin
PGPASSWORD: ${POSTGRES_PASSWORD}
Expand All @@ -253,6 +257,8 @@ services:
condition: service_healthy
osm2pgsql-replication:
image: iboates/osm2pgsql:latest
networks:
- traefik_traefik
environment:
TZ: Europe/Berlin
PGPASSWORD: ${POSTGRES_PASSWORD}
Expand Down

0 comments on commit 0dd867d

Please sign in to comment.