Added data persistance to memory server

This commit is contained in:
DustyPullRequest
2025-04-07 14:09:42 -04:00
committed by GitHub
parent 608ec8fd72
commit 451c207592
3 changed files with 14 additions and 2 deletions
+4
View File
@@ -9,9 +9,13 @@ services:
context: ./servers/memory
ports:
- 8082:8000
volumes:
- memory:/app/data:rw
time-server:
build:
context: ./servers/time
ports:
- 8083:8000
volumes:
memory: