refactor: switch to nammed docker volumes

This commit is contained in:
Lucas
2026-01-13 11:42:39 +00:00
parent aab178471e
commit 2870b380c6

View File

@@ -4,11 +4,15 @@ services:
container_name: uptime-kuma container_name: uptime-kuma
restart: always restart: always
volumes: volumes:
- ./data:/app/data - uptime_kuma_data:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
networks: networks:
- reverse-proxy - reverse-proxy
volumes:
uptime_kuma_data:
external: true
networks: networks:
reverse-proxy: reverse-proxy:
external: true external: true