adding traefik network to all dockers

This commit is contained in:
mk
2026-03-12 15:40:10 -03:00
parent 52af4904da
commit edbf2fe9cf
11 changed files with 58 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ services:
restart: unless-stopped
depends_on:
- nextcloud_db
networks:
- traefik_portal
nextcloud_db:
image: linuxserver/mariadb
container_name: nextcloud_db
@@ -30,3 +32,7 @@ services:
volumes:
- ./db:/config
restart: unless-stopped
networks:
traefik_portal:
external: true