feat: remove Caddy and Seadoc service configurations from Seafile deployment
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 16s
Nix Format Check / check-format (push) Successful in 59s
Python Lint Check / check-python (push) Failing after 14s

This commit is contained in:
2025-03-17 13:43:19 +01:00
parent 9386a6d00c
commit d96ba31524
4 changed files with 19 additions and 54 deletions

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
db:
image: ${SEAFILE_DB_IMAGE}
@@ -62,6 +60,24 @@ services:
- seafile
restart: unless-stopped
seadoc-server:
image: ${SEADOC_IMAGE}
container_name: seadoc-server
environment:
- DB_HOST=${SEAFILE_MYSQL_DB_HOST}
- DB_ROOT_PASSWD=${INIT_SEAFILE_MYSQL_ROOT_PASSWORD}
- TIME_ZONE=${TIME_ZONE}
- JWT_PRIVATE_KEY=${JWT_PRIVATE_KEY}
volumes:
- ${SEADOC_VOLUME}:/shared
- ${SEAFILE_VOLUME}:/shared/seafile
networks:
- seafile-net
depends_on:
- db
- seafile
restart: unless-stopped
networks:
seafile-net:
caddy_default: