mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added proxy network
updated services in readme updated homepage
This commit is contained in:
@@ -24,6 +24,8 @@ services:
|
||||
- 51413:51413
|
||||
- 51413:51413/udp
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
# https://github.com/linuxserver/docker-radarr
|
||||
radarr:
|
||||
@@ -40,6 +42,8 @@ services:
|
||||
ports:
|
||||
- 7878:7878
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
# https://github.com/linuxserver/docker-plex
|
||||
plex:
|
||||
@@ -58,3 +62,9 @@ services:
|
||||
- ./tv:/tv
|
||||
- ./movies:/movies
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user