config: Add 1 and update 10 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 7s

This commit is contained in:
j
2025-12-29 12:59:13 +13:00
parent 2053e78ee0
commit 767d4eb21e
11 changed files with 36 additions and 15 deletions

View File

@@ -13,12 +13,16 @@ services:
interval: 10s
timeout: 5s
retries: 5
networks:
- seafile-net
memcached:
image: memcached:1.6-alpine
container_name: ${CONTAINER_NAME}_memcached
restart: unless-stopped
entrypoint: memcached -m 256
networks:
- seafile-net
seafile:
image: ${IMAGE_REGISTRY}/${IMAGE_REPO}:${IMAGE_TAG}
@@ -41,3 +45,9 @@ services:
SEAFILE_SERVER_HOSTNAME: ${SEAFILE_SERVER_HOSTNAME}
SEAFILE_SERVER_LETSENCRYPT: "false"
TIME_ZONE: ${TZ}
networks:
- seafile-net
networks:
seafile-net:
name: ${CONTAINER_NAME}_net