Files
appstore-1panel/apps/gitea-runner/0.2.13/docker-compose.yml
github-action update-app-version 3e951a448b Update app version [skip ci]
2025-08-29 18:28:51 +00:00

23 lines
562 B
YAML

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