1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 17:11:03 +08:00
github-action update-app-version 9d6e85232e Update app version [skip ci]
2025-06-25 23:21:47 +00:00

23 lines
562 B
YAML

networks:
1panel-network:
external: true
services:
gitea:
image: gitea/act_runner:0.2.12
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