Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-01-27 18:25:54 +00:00
parent 3929709444
commit f08a8d56de
32 changed files with 4 additions and 4 deletions
+19
View File
@@ -0,0 +1,19 @@
networks:
1panel-network:
external: true
services:
acg-faka:
container_name: acg-faka
env_file:
- ./envs/global.env
- .env
image: qyg2297248353/acg-faka:v1.3.9
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
volumes:
- ${ACG_FAKA_ROOT_PATH}/data:/var/www/html