fixed/added haven_internal to docker files

This commit is contained in:
2025-12-25 01:24:10 +00:00
parent e7790a7a29
commit b1c974c7f5
3 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ services:
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
# extra_hosts:
# - 'host.docker.internal:host-gateway'
networks:
- haven_internal
networks:
haven_internal:
name: haven_internal

View File

@@ -11,6 +11,8 @@ services:
- TZ=Etc/UTC
volumes:
- prowlarr_config:/config
networks:
- haven_internal
networks:
haven_internal:
name: haven_internal

View File

@@ -12,6 +12,8 @@ services:
volumes:
- radarr_config:/config
- havenuser_movies:/data
networks:
- haven_internal
networks:
haven_internal:
name: haven_internal