feat: add port mappings and log volume paths for Seafile service in Docker configuration
This commit is contained in:
parent
afd1e2d8a2
commit
03734652cf
@ -37,6 +37,10 @@ services:
|
||||
networks:
|
||||
- seafile-net
|
||||
- caddy_network
|
||||
ports:
|
||||
- 8001:80
|
||||
- 8082:8082
|
||||
- 8000:8000
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
|
@ -48,6 +48,9 @@
|
||||
loop:
|
||||
- "{{ seafile_data_dir }}"
|
||||
- "{{ seafile_service_dir }}"
|
||||
- "{{ notification_server_volume }}/logs"
|
||||
- "{{ seafile_volume }}/logs"
|
||||
- "{{ seadoc_volume }}/logs"
|
||||
loop_control:
|
||||
loop_var: seafile_dir
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user