File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11services :
2- # PostgreSQL with PostGIS and TimescaleDB extensions
32 postgis :
43 image : postgis/postgis:17-3.5-alpine
54 environment :
@@ -10,14 +9,11 @@ services:
109 - " 5432:5432"
1110 volumes :
1211 - postgis-data:/var/lib/postgresql/data
13- - ./init-db:/docker-entrypoint-initdb.d
1412 healthcheck :
1513 test : ["CMD-SHELL", "pg_isready -U reitti -d reittidb"]
1614 interval : 10s
1715 timeout : 5s
1816 retries : 5
19-
20- # RabbitMQ for message queuing
2117 rabbitmq :
2218 image : rabbitmq:3-management-alpine
2319 ports :
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ services:
99 postgis :
1010 condition : service_healthy
1111 restart : true
12- # PostgreSQL with PostGIS and TimescaleDB extensions
1312 postgis :
1413 image : postgis/postgis:17-3.5-alpine
1514 environment :
@@ -20,14 +19,11 @@ services:
2019 - " 5432:5432"
2120 volumes :
2221 - postgis-data:/var/lib/postgresql/data
23- - ./init-db:/docker-entrypoint-initdb.d
2422 healthcheck :
2523 test : ["CMD-SHELL", "pg_isready -U reitti -d reittidb"]
2624 interval : 10s
2725 timeout : 5s
2826 retries : 5
29-
30- # RabbitMQ for message queuing
3127 rabbitmq :
3228 image : rabbitmq:3-management-alpine
3329 ports :
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments