Skip to content

Commit 79930a0

Browse files
committed
Build imposm image for staging
1 parent 4215e78 commit 79930a0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

hetzner/tiler/tiler.staging.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +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
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
2529
volumes:
2630
- tiler_staging_imposmdata:/mnt/data
2731
command:
@@ -35,7 +39,6 @@ services:
3539
networks:
3640
- ohm_network
3741

38-
3942
tiler_server_staging:
4043
container_name: tiler_server_staging
4144
image: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3175.hbdd6021
@@ -106,10 +109,10 @@ services:
106109
volumes:
107110
tiler_staging_pgdata:
108111
driver: local
109-
name: tiler_db_1212_v2
112+
name: tiler_db_05_01_v9
110113
tiler_staging_imposmdata:
111114
driver: local
112-
name: tiler_imposm_1212_v2
115+
name: tiler_imposm_05_01_v9
113116

114117
networks:
115118
ohm_network:

0 commit comments

Comments
 (0)