Remove some unused networks and restart policies
This commit is contained in:
parent
8e0ae31fb6
commit
77f0c0b7d0
@ -3,7 +3,7 @@ services:
|
||||
handbrake:
|
||||
container_name: handbrake
|
||||
image: jlesage/handbrake:latest
|
||||
restart: on-failure
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5800:5800"
|
||||
volumes:
|
||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user