updated mounts
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
@@ -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" ]
|
||||||
|
|||||||
@@ -17,9 +17,4 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
homelab:
|
homelab:
|
||||||
<<<<<<< HEAD
|
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
=======
|
|
||||||
external: true
|
|
||||||
>>>>>>> 3a6bfa0854c08910cd0821099c6c33a74df5d037
|
|
||||||
|
|||||||
Reference in New Issue
Block a user