We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a5bd4 commit ace2dc1Copy full SHA for ace2dc1
1 file changed
dkroutingtool/compose.yml
@@ -1,6 +1,8 @@
1
volumes:
2
redisdata:
3
driver: local
4
+ serverdata:
5
+ driver: local
6
services:
7
cartredis:
8
image: redis
@@ -12,6 +14,8 @@ services:
12
14
restart: always
13
15
image: ghcr.io/datakind/dk-routing:main
16
command: /opt/conda/bin/python src/py/server.py
17
+ volumes:
18
+ - serverdata:/WORKING_DATA_DIR
19
ports:
20
- "5001:5001"
21
logging:
0 commit comments