We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34784ad commit a632c15Copy full SHA for a632c15
.gitignore
@@ -26,3 +26,4 @@ vendor/
26
/compass
27
config.yaml
28
compass.yaml
29
+temp/
docker-compose.yaml
@@ -7,6 +7,9 @@ services:
7
discovery.type: single-node
8
networks:
9
- storage
10
+ volumes:
11
+ - ./temp/esdata:/usr/share/elasticsearch/data
12
+
13
postgres:
14
ports:
15
- 5432:5432
@@ -17,5 +20,8 @@ services:
17
20
POSTGRES_DB: compass
18
21
19
22
-networks:
23
24
+ - ./temp/pgdata:/var/lib/postgresql/data
25
+networks:
storage:
0 commit comments