1
0

chore(deps): update seafileltd/seafile-mc docker tag to v13.0.19 (localApps) (#4417)

This commit is contained in:
renovate[bot]
2026-03-09 04:53:16 +00:00
committed by GitHub
parent 4e39bf5b1b
commit 55cfb06626
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
services:
seafile:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
#- "${PANEL_APP_PORT_HTTPS}:443"
volumes:
- "${DATA_PATH}:/shared"
environment:
- DB_HOST=${PANEL_DB_HOST}
- DB_ROOT_PASSWD=${PANEL_DB_ROOT_PASSWORD}
- TIME_ZONE=${TIME_ZONE}
- SEAFILE_ADMIN_EMAIL=${ADMIN_EMAIL}
- SEAFILE_ADMIN_PASSWORD=${ADMIN_PASSWORD}
- SEAFILE_SERVER_LETSENCRYPT=false
- SEAFILE_SERVER_HOSTNAME=${SERVER_HOSTNAME}
image: seafileltd/seafile-mc:13.0.19
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true