Remove some unused networks and restart policies

This commit is contained in:
Isaac Shoebottom 2024-09-26 17:50:38 -03:00
parent 8e0ae31fb6
commit 77f0c0b7d0
3 changed files with 3 additions and 11 deletions

View File

@ -3,7 +3,7 @@ services:
handbrake:
container_name: handbrake
image: jlesage/handbrake:latest
restart: on-failure
restart: unless-stopped
ports:
- "5800:5800"
volumes:

View File

@ -5,8 +5,4 @@ services:
container_name: jmusicbot
restart: unless-stopped
volumes:
- /docker/appdata/jmusicbot:/jmb/config
networks:
default:
name: "ubuntu-server"
external: true
- /docker/appdata/jmusicbot:/jmb/config

View File

@ -15,8 +15,4 @@ services:
- WATCHTOWER_WARN_ON_HEAD_FAILURE=never # fixes culturalconnections notifcation
- WATCHTOWER_DISABLE_CONTAINERS="pihole minecraft atm3 handbrake culturalconnections xeditmirror"
env_file:
- ../stack.env
networks:
default:
name: "ubuntu-server"
external: true
- ../stack.env