updated mounts

This commit is contained in:
2025-11-12 22:02:23 +00:00
parent b8a5345d68
commit a150527d95
3 changed files with 3 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ services:
ports: ports:
- "5454:5454" - "5454:5454"
volumes: volumes:
- /home/doc/projects/unraid-appdata/Notifiarr:/config - /home/doc/projects/swarm-data/appdata/Notifiarr:/config
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
environment: environment:
- TZ=America/New_York - TZ=America/New_York
@@ -19,4 +19,3 @@ services:
networks: networks:
homelab: homelab:
external: true external: true

View File

@@ -10,7 +10,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- /home/doc/projects/unraid-appdata/radarr:/config - /home/doc/projects/swarm-data/appdata/radarr:/config
- /home/doc/projects/data:/data - /home/doc/projects/data:/data
healthcheck: healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:7878/ping" ] test: [ "CMD", "curl", "-f", "http://localhost:7878/ping" ]

View File

@@ -17,9 +17,4 @@ services:
networks: networks:
homelab: homelab:
<<<<<<< HEAD
external: true external: true
=======
external: true
>>>>>>> 3a6bfa0854c08910cd0821099c6c33a74df5d037