Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-05-23 15:22:34 +00:00
parent 6705263861
commit df50c0849a
17 changed files with 2 additions and 2 deletions
+33
View File
@@ -0,0 +1,33 @@
networks:
1panel-network:
external: true
services:
weblate:
container_name: weblate
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- WEBLATE_TIME_ZONE=Asia/Shanghai
- WEBLATE_WORKERS=2
- WEBLATE_DEBUG=0
- WEBLATE_LOGLEVEL=INFO
- WEBLATE_ALLOWED_HOSTS=*
- POSTGRES_DATABASE=weblate
- CLIENT_MAX_BODY_SIZE=200M
image: weblate/weblate:5.11.4.3
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
read_only: true
restart: always
tmpfs:
- /run
- /tmp
volumes:
- ${WEBLATE_ROOT_PATH}/data:/app/data
- ${WEBLATE_ROOT_PATH}/cache:/app/cache