Skip to content

Commit 89bfaa1

Browse files
committed
Update docker images got vtiles production
1 parent f86d4a8 commit 89bfaa1

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

hetzner/tiler/tiler.production.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
# imposm3
2727
imposm_production:
2828
container_name: tiler_imposm_production
29-
image: ghcr.io/openhistoricalmap/tiler-imposm:0.0.1-0.dev.git.3183.h59d5a56
29+
image: ghcr.io/openhistoricalmap/tiler-imposm:0.0.1-0.dev.git.3226.h9da5253
3030
volumes:
3131
- tiler_production_imposmdata:/mnt/data
3232
command:
@@ -49,7 +49,7 @@ services:
4949
# Tiler server
5050
tiler_server_production:
5151
container_name: tiler_server_production
52-
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3175.hbdd6021
52+
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3225.h2122f3e
5353
ports:
5454
- "9090:9090"
5555
env_file:
@@ -91,7 +91,7 @@ services:
9191

9292
tile_global_seeding_production:
9393
container_name: tiler_global_seeding_production
94-
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3175.hbdd6021
94+
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3225.h2122f3e
9595
env_file:
9696
- .env.production
9797
volumes:
@@ -111,7 +111,7 @@ services:
111111

112112
tile_coverage_seeding_production:
113113
container_name: tiler_coverage_seeding_production
114-
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3175.hbdd6021
114+
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3225.h2122f3e
115115
env_file:
116116
- .env.production
117117
volumes:
@@ -148,10 +148,10 @@ services:
148148
volumes:
149149
tiler_production_pgdata:
150150
driver: local
151-
name: tiler_db_18122025
151+
name: tiler_db_0801_v1
152152
tiler_production_imposmdata:
153153
driver: local
154-
name: tiler_imposm_18122025
154+
name: tiler_imposm_0801_v1
155155

156156
networks:
157157
ohm_network:

hetzner/tiler/tiler.staging.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ services:
2121

2222
imposm_staging:
2323
container_name: tiler_imposm_staging
24-
# image: ghcr.io/openhistoricalmap/tiler-imposm:0.0.1-0.dev.git.3183.h59d5a56
25-
image: tiler-imposm:staging
26-
build:
27-
context: ../../images/tiler-imposm
28-
dockerfile: Dockerfile
24+
image: ghcr.io/openhistoricalmap/tiler-imposm:0.0.1-0.dev.git.3226.h9da5253
25+
# image: tiler-imposm:staging
26+
# build:
27+
# context: ../../images/tiler-imposm
28+
# dockerfile: Dockerfile
2929
volumes:
3030
- tiler_staging_imposmdata:/mnt/data
3131
command:
@@ -41,7 +41,11 @@ services:
4141

4242
tiler_server_staging:
4343
container_name: tiler_server_staging
44-
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3175.hbdd6021
44+
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3225.h2122f3e
45+
# image: tiler-server:staging
46+
# build:
47+
# context: ../../images/tiler-server
48+
# dockerfile: Dockerfile
4549
ports:
4650
- "9091:9090"
4751
env_file:

0 commit comments

Comments
 (0)