Initial commit

This commit is contained in:
2026-06-11 17:28:46 +02:00
commit a61f3a9c33
59 changed files with 10789 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
dostalgia:
image: droideparanoico/dostalgia
container_name: dostalgia
restart: unless-stopped
ports:
- "8765:8765"
volumes:
# Configure here your data directory if you want persistence.
- ./data:/data
env_file:
- .env
environment:
- DOSTALGIA_DATA_DIR=/data