Refactor Docker Compose files for n8n and Portainer: update volume paths and network configurations; remove deprecated n8n configuration file.

This commit is contained in:
2025-11-13 03:38:48 +01:00
parent 2423223b39
commit 75874a2ff3
4 changed files with 42 additions and 64 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ services:
environment:
- TZ=Europe/Bratislava
volumes:
- ./dockmon:/app/data
- ./volumes/dockmon:/app/data
- /var/run/docker.sock:/var/run/docker.sock
healthcheck:
test: ["CMD", "curl", "-k", "-f", "https://localhost:443/health"]