Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-08-29 18:28:51 +00:00
parent e03183d24b
commit 3e951a448b
7 changed files with 0 additions and 0 deletions
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
gitea:
image: gitea/act_runner:0.2.13
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
privileged: true
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${GITEA_RUNNER_ROOT_PATH}/data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock