File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,24 +72,24 @@ services:
7272 # - ohm_network
7373
7474
75- tiler-monitor :
76- image : rub21/tiler-monitor:v2
77- build :
78- context : ../images/tiler-monitor
79- dockerfile : Dockerfile
80- volumes :
81- - /var/run/docker.sock:/var/run/docker.sock
82- - ../hetzner:/app/hetzner
83- - tiler_monitor_data:/data
84- ports :
85- - " 8001:8001"
86- environment :
87- - TILER_MONITORING_DOCKER_CONFIG_ENVIRONMENT=staging
88- env_file :
89- - ../envs/.env.tiler
90- restart : always
91- networks :
92- - ohm_network
75+ # tiler-monitor:
76+ # image: rub21/tiler-monitor:v2
77+ # build:
78+ # context: ../images/tiler-monitor
79+ # dockerfile: Dockerfile
80+ # volumes:
81+ # - /var/run/docker.sock:/var/run/docker.sock
82+ # - ../hetzner:/app/hetzner
83+ # - tiler_monitor_data:/data
84+ # ports:
85+ # - "8001:8001"
86+ # environment:
87+ # - TILER_MONITORING_DOCKER_CONFIG_ENVIRONMENT=staging
88+ # env_file:
89+ # - ../envs/.env.tiler
90+ # restart: always
91+ # networks:
92+ # - ohm_network
9393
9494networks :
9595 ohm_network :
@@ -98,12 +98,12 @@ networks:
9898volumes :
9999 tiler_pgdata :
100100 driver : local
101- name : tiler_db
101+ name : tiler_db_1704
102102
103103 tiler_imposm_data :
104104 driver : local
105- name : tiler_imposm
105+ name : tiler_imposm_1704
106106
107107 tiler_monitor_data :
108108 driver : local
109- name : tiler_monitor
109+ name : tiler_monitor_1704
You can’t perform that action at this time.
0 commit comments