actualizando network

This commit is contained in:
Daniel Fernandez Sotolongo
2025-09-27 12:20:58 -04:00
parent 0a29484f85
commit 514c655746

View File

@ -1,4 +1,3 @@
#docker-compose.yaml
version: '3.8'
services:
@ -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