Skip to content

Commit

Permalink
Update hetzner config for tiler-db production
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 12, 2025
1 parent 8fc84dc commit aa1e459
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hetzner/tiler.production.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
services:
db_production:
image: ghcr.io/openhistoricalmap/tiler-db:0.0.1-0.dev.git.1737.h9b9ef9b
image: ghcr.io/openhistoricalmap/tiler-db:0.0.1-0.dev.git.2166.hc55c4cd
volumes:
- /data/tiler_production_db_20250211:/var/lib/postgresql/data
ports:
- "5432:5432"
volumes:
- /data/tiler_production_db_20250123:/var/lib/postgresql/data
env_file:
- .env.production
restart: always
Expand All @@ -16,9 +16,9 @@ services:
cpus: '28.0'
memory: 55G
imposm_production:
image: ghcr.io/openhistoricalmap/tiler-imposm:0.0.1-0.dev.git.2111.he285805
image: ghcr.io/openhistoricalmap/tiler-imposm:0.0.1-0.dev.git.2179.he1248ec
volumes:
- /data/tiler_production_imposm:/mnt/data
- /data/tiler_production_imposm_20250211:/mnt/data
command:
- sh
- -c
Expand Down

0 comments on commit aa1e459

Please # to comment.