All checks were successful
🔧 Pipeline / 🪨 Terraform (push) Successful in 7s
## 🔍 Motivation & Context My data is lost. ## 🔖 Related Issue None. ## ✨ Changes I accidentally overwrote my Gitea data. Reviewed-on: https://code.maximhutz.com/Infrastructure/Codebase/pulls/18 Co-authored-by: Max <git@maximhutz.me> Co-committed-by: Max <git@maximhutz.me>
34 lines
877 B
YAML
34 lines
877 B
YAML
name: codebase-dev
|
|
services:
|
|
# proxy:
|
|
# container_name: codebase-dev-proxy
|
|
# build:
|
|
# context: proxy
|
|
# dockerfile: Dockerfile
|
|
# environment:
|
|
# GITEA_IP: http://httpforever.com/
|
|
# ports:
|
|
# - 80:80
|
|
|
|
# gitea:
|
|
# container_name: codebase-dev-gitea
|
|
# build: gitea
|
|
# volumes:
|
|
# - ./gitea/boot:/var/lib/gitea
|
|
# - /etc/timezone:/etc/timezone:ro
|
|
# - /etc/localtime:/etc/localtime:ro
|
|
# ports:
|
|
# - 80:80
|
|
# - 443:443
|
|
# - 2222:2222
|
|
# environment:
|
|
# GITEA_APP_INI: /etc/gitea/dev.app.ini
|
|
|
|
runner:
|
|
container_name: codebase-dev-runner
|
|
image: gitea/act_runner
|
|
environment:
|
|
GITEA_INSTANCE_URL: "https://code.maximhutz.com/"
|
|
GITEA_RUNNER_REGISTRATION_TOKEN: "bgM1Ux9do7EWj6JwniXjdfs8fmjuzWgMeeNF5vhd"
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock |