File tree Expand file tree Collapse file tree 2 files changed +16837
-12154
lines changed
Expand file tree Collapse file tree 2 files changed +16837
-12154
lines changed Original file line number Diff line number Diff line change 1- version : " 3"
21services :
32 postgres :
43 image : postgres
@@ -9,7 +8,7 @@ services:
98 POSTGRES_PASSWORD : " postgres"
109 POSTGRES_DB : " vault"
1110 networks :
12- - integration
11+ - integration
1312 volumes :
1413 - ./create_tables.sql:/docker-entrypoint-initdb.d/create_tables.sql
1514 rabbitmq :
@@ -18,9 +17,9 @@ services:
1817 - " 5672:5672"
1918 - " 15672:15672"
2019 volumes :
21- - ' rabbitmq_data:/data'
20+ - " rabbitmq_data:/data"
2221 networks :
23- - integration
22+ - integration
2423 vault :
2524 image : hashicorp/vault:latest
2625 ports :
@@ -31,10 +30,10 @@ services:
3130 volumes :
3231 - ../config:/config
3332 networks :
34- - integration
33+ - integration
3534
3635volumes :
3736 rabbitmq_data :
3837
3938networks :
40- integration :
39+ integration :
You can’t perform that action at this time.
0 commit comments