removed nginx as service on server-pi
This commit is contained in:
@@ -40,33 +40,6 @@ x-volume-configs:
|
||||
- <<: *shared_data_volume
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
container_name: nginx-media-proxy
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
networks:
|
||||
- media-net
|
||||
depends_on:
|
||||
- prowlarr
|
||||
- sonarr
|
||||
- radarr
|
||||
- ombi
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
restart: unless-stopped
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr:latest
|
||||
container_name: jellyseerr
|
||||
@@ -80,6 +53,10 @@ services:
|
||||
- media-net
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:5055" ]
|
||||
interval: 1m
|
||||
retries: 3
|
||||
restart: unless-stopped
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
@@ -88,7 +65,7 @@ services:
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
container_name: prowlarr
|
||||
expose: ["9696"]
|
||||
ports: ["9696:9696"]
|
||||
volumes: *prowlarr_volumes
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
@@ -110,7 +87,7 @@ services:
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr:latest
|
||||
container_name: sonarr
|
||||
expose: ["8989"]
|
||||
ports: ["8989:8989"]
|
||||
volumes: *sonarr_volumes
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
@@ -132,7 +109,7 @@ services:
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
container_name: radarr
|
||||
expose: ["7878"]
|
||||
ports: ["7878:7878"]
|
||||
volumes: *radarr_volumes
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
|
Reference in New Issue
Block a user