actualizando network
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
#docker-compose.yaml
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
telegram-notifier:
|
||||
build:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.telegram-notifier
|
||||
container_name: telegram-notifier
|
||||
@ -16,7 +15,7 @@ services:
|
||||
depends_on:
|
||||
- watchtower
|
||||
networks:
|
||||
- aria-network
|
||||
- notifier-net
|
||||
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
@ -35,8 +34,8 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: --interval 86400 --cleanup
|
||||
networks:
|
||||
- aria-network
|
||||
- notifier-net
|
||||
|
||||
networks:
|
||||
aria-network:
|
||||
external: true
|
||||
notifier-net:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user