File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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:
106109volumes :
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
114117networks :
115118 ohm_network :
You can’t perform that action at this time.
0 commit comments