Skip to content

Commit ace2dc1

Browse files
authored
Update compose.yml
1 parent e2a5bd4 commit ace2dc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dkroutingtool/compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
volumes:
22
redisdata:
33
driver: local
4+
serverdata:
5+
driver: local
46
services:
57
cartredis:
68
image: redis
@@ -12,6 +14,8 @@ services:
1214
restart: always
1315
image: ghcr.io/datakind/dk-routing:main
1416
command: /opt/conda/bin/python src/py/server.py
17+
volumes:
18+
- serverdata:/WORKING_DATA_DIR
1519
ports:
1620
- "5001:5001"
1721
logging:

0 commit comments

Comments
 (0)