Logo
Explore Help
Register Sign In
Malin/paste.es
1
0
Fork 0
You've already forked paste.es
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
paste.es/docker-compose.build.yml

12 lines
342 B
YAML
Raw Permalink Normal View History

feat: Gitea Actions CI/CD pipeline with container registry builds - .gitea/workflows/docker.yml: builds and pushes image to devops.cloudhost.es/malin/paste.es on every push to main, tags as :latest and :<short-sha>, uses GHA layer cache - docker-compose.yml: updated to pull pre-built image from Gitea container registry instead of building locally - docker-compose.build.yml: new override file for local dev builds (docker compose -f docker-compose.yml -f docker-compose.build.yml up --build) - docker-compose.runner.yml: act_runner service — mount docker socket, auto-registers with RUNNER_REGISTRATION_TOKEN from .env - .env.example: added RUNNER_REGISTRATION_TOKEN section - README.md: document CI/CD setup, runner registration, and updated quick-start to use registry pull workflow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 10:36:04 +01:00
# Local build override — use this during development instead of pulling from the registry.
#
# Usage:
# docker compose -f docker-compose.yml -f docker-compose.build.yml up -d --build
services:
paste-es:
build:
context: .
dockerfile: Dockerfile
image: devops.cloudhost.es/malin/paste.es:latest
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 43ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API