feat: add port mappings and log volume paths for Seafile service in Docker configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 17s
Nix Format Check / check-format (push) Successful in 57s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
Menno van Leeuwen 2025-03-17 14:01:34 +01:00
parent afd1e2d8a2
commit 03734652cf
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
2 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,10 @@ services:
networks: networks:
- seafile-net - seafile-net
- caddy_network - caddy_network
ports:
- 8001:80
- 8082:8082
- 8000:8000
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db

View File

@ -48,6 +48,9 @@
loop: loop:
- "{{ seafile_data_dir }}" - "{{ seafile_data_dir }}"
- "{{ seafile_service_dir }}" - "{{ seafile_service_dir }}"
- "{{ notification_server_volume }}/logs"
- "{{ seafile_volume }}/logs"
- "{{ seadoc_volume }}/logs"
loop_control: loop_control:
loop_var: seafile_dir loop_var: seafile_dir