mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -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.12.2.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
|
||||
Reference in New Issue
Block a user