We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f3c86 commit 8c00ef5Copy full SHA for 8c00ef5
docker-compose.yml
@@ -6,6 +6,8 @@ volumes:
6
policies:
7
caches:
8
rstuf-metadata:
9
+ pgdata:
10
+ cachedata:
11
12
services:
13
db:
@@ -21,6 +23,7 @@ services:
21
23
interval: 1s
22
24
start_period: 10s
25
volumes:
26
+ - pgdata:/var/lib/postgresql/data
27
- ./dev/db/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d:z
28
- ./dev/example.sql.xz:/example.sql.xz:z
29
- ./dev/db/post-migrations.sql:/post-migrations.sql:z
@@ -33,6 +36,8 @@ services:
33
36
34
37
redis:
35
38
image: redis:7.0
39
+ volumes:
40
+ - cachedata:/data
41
42
opensearch:
43
build:
0 commit comments