mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-05-16 21:07:38 +02:00
Update docker-compose.yml
This commit is contained in:
@@ -18,6 +18,7 @@ services:
|
|||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/gitea/data:/data
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/gitea/data:/data
|
||||||
#networks:
|
#networks:
|
||||||
# - proxy
|
# - proxy
|
||||||
|
# - runner-network
|
||||||
#labels:
|
#labels:
|
||||||
# - traefik.enable=true
|
# - traefik.enable=true
|
||||||
# - traefik.http.routers.gitea.rule=Host(`git.example.com`)
|
# - traefik.http.routers.gitea.rule=Host(`git.example.com`)
|
||||||
@@ -26,6 +27,23 @@ services:
|
|||||||
# # Part for local lan services only
|
# # Part for local lan services only
|
||||||
# - traefik.http.routers.gitea.middlewares=local-ipwhitelist@file
|
# - traefik.http.routers.gitea.middlewares=local-ipwhitelist@file
|
||||||
|
|
||||||
|
#runner:
|
||||||
|
# image: docker.io/gitea/act_runner:nightly
|
||||||
|
# environment:
|
||||||
|
# #CONFIG_FILE: /config.yaml
|
||||||
|
# GITEA_INSTANCE_URL: "http://gitea:3000"
|
||||||
|
# GITEA_RUNNER_REGISTRATION_TOKEN: "<TOKEN>"
|
||||||
|
# GITEA_RUNNER_NAME: "gitea-runner-1"
|
||||||
|
# GITEA_RUNNER_LABELS: "ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster"
|
||||||
|
# volumes:
|
||||||
|
# #- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/gitea/runners/config.yaml:/config.yaml
|
||||||
|
# - /var/run/docker.sock:/var/run/docker.sock # better use a docker socket proxy
|
||||||
|
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/gitea/runners/data:/data
|
||||||
|
# networks:
|
||||||
|
# - runner-network
|
||||||
|
|
||||||
#networks:
|
#networks:
|
||||||
# proxy:
|
# proxy:
|
||||||
# external: true
|
# external: true
|
||||||
|
# runner-network:
|
||||||
|
# external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user