Skip to content

Commit 36fd0ba

Browse files
committed
Update images for tiler server adn imposm
1 parent bdd6021 commit 36fd0ba

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

hetzner/tiler/tiler.production.yml

Lines changed: 4 additions & 4 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.3060.h27bc0c6
29+
image: ghcr.io/openhistoricalmap/tiler-imposm:0.0.1-0.dev.git.3175.hbdd6021
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.3061.h8fd5171
52+
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3175.hbdd6021
5353
ports:
5454
- "9090:9090"
5555
env_file:
@@ -148,10 +148,10 @@ services:
148148
volumes:
149149
tiler_production_pgdata:
150150
driver: local
151-
name: tiler_db_07_11_v1
151+
name: tiler_db_1212_v2
152152
tiler_production_imposmdata:
153153
driver: local
154-
name: tiler_imposm_07_11_v1
154+
name: tiler_imposm_1212_v2
155155

156156
networks:
157157
ohm_network:

hetzner/tiler/tiler.staging.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121

2222
imposm_staging:
2323
container_name: tiler_imposm_staging
24-
image: ghcr.io/openhistoricalmap/tiler-imposm:0.0.1-0.dev.git.3060.h27bc0c6
24+
image: ghcr.io/openhistoricalmap/tiler-imposm:0.0.1-0.dev.git.3175.hbdd6021
2525
volumes:
2626
- tiler_staging_imposmdata:/mnt/data
2727
command:
@@ -38,7 +38,7 @@ services:
3838

3939
tiler_server_staging:
4040
container_name: tiler_server_staging
41-
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3061.h8fd5171
41+
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3175.hbdd6021
4242
ports:
4343
- "9091:9090"
4444
env_file:
@@ -106,10 +106,10 @@ services:
106106
volumes:
107107
tiler_staging_pgdata:
108108
driver: local
109-
name: tiler_db_07_11_v1
109+
name: tiler_db_1512
110110
tiler_staging_imposmdata:
111111
driver: local
112-
name: tiler_imposm_07_11_v1
112+
name: tiler_imposm_11512
113113

114114
networks:
115115
ohm_network:

0 commit comments

Comments
 (0)