feat: update Caddy network configuration in Seafile docker-compose template
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 18s
Nix Format Check / check-format (push) Successful in 58s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
2025-03-17 13:47:38 +01:00
parent 3a5056aa00
commit afd1e2d8a2

View File

@@ -9,7 +9,6 @@ services:
- ${SEAFILE_MYSQL_VOLUME}:/var/lib/mysql
networks:
- seafile-net
- caddy_default
restart: unless-stopped
memcached:
@@ -37,7 +36,7 @@ services:
- ${SEAFILE_VOLUME}:/shared
networks:
- seafile-net
- caddy_default
- caddy_network
restart: unless-stopped
depends_on:
- db
@@ -55,6 +54,7 @@ services:
- ${SEAFILE_VOLUME}:/shared/seafile
networks:
- seafile-net
- caddy_network
depends_on:
- db
- seafile
@@ -73,6 +73,7 @@ services:
- ${SEAFILE_VOLUME}:/shared/seafile
networks:
- seafile-net
- caddy_network
depends_on:
- db
- seafile