Deployment: Compose zieht fertiges Image aus der Gitea-Registry

Statt lokal zu bauen, verwendet docker-compose.yml jetzt
gitea.korbel.network/nico/wichteln:latest – auf dem Server reicht damit
ein einmaliges docker login plus compose up.
This commit is contained in:
2026-08-07 14:57:31 +02:00
parent d56be7b2c0
commit 1b5826220b
2 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
services:
wichteln:
build: .
# Fertiges Image aus der Gitea-Registry einmalig
# `docker login gitea.korbel.network` (bzw. `podman login`) ausführen.
image: gitea.korbel.network/nico/wichteln:latest
container_name: wichteln
restart: unless-stopped
ports: