Enhance Docker configuration for Swarm and consolidate environment templates

This commit is contained in:
Tobias Gesellchen
2026-02-14 13:09:52 +01:00
parent a19d34b55e
commit e084f8db1f
4 changed files with 37 additions and 4 deletions
+4 -1
View File
@@ -100,8 +100,11 @@ services:
- HTTPS_SERVER_URL=https://soundtouch.local:8443
- DATA_DIR=/app/data
volumes:
- ./data:/app/data
- soundtouch-data:/app/data
restart: unless-stopped
volumes:
soundtouch-data:
```
And run: