Skip to content

Commit acd590f

Browse files
committed
Upgrade nlohmann json
1 parent c41d7d8 commit acd590f

File tree

2 files changed

+16837
-12154
lines changed

2 files changed

+16837
-12154
lines changed

docker/docker-compose.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3"
21
services:
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

3635
volumes:
3736
rabbitmq_data:
3837

3938
networks:
40-
integration:
39+
integration:

0 commit comments

Comments
 (0)