Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2024-12-04 03:08:24 +00:00
parent c472f6b912
commit e8d6cc738d
1394 changed files with 42558 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
networks:
1panel-network:
external: true
services:
artalk:
container_name: artalk
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- ATK_DEBUG=false
- ATK_HOST=0.0.0.0
- ATK_PORT=23366
- ATK_IP_REGION_ENABLED=true
- ATK_DB_TABLE_PREFIX=atk_
image: artalk/artalk-go:2.9.1
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:23366
restart: always
volumes:
- ${ARTALK_ROOT_PATH}/data:/data