chore: use registry image in compose (git.beging.de/troogs/gigalativbot:latest)

This commit is contained in:
Andre Beging
2025-09-30 09:21:14 +02:00
parent 2430b15b2c
commit 6d60fd813c

View File

@@ -1,7 +1,8 @@
version: '3.9'
services:
counterbot:
build: .
# Nutzt vorgebautes Image aus Registry
image: git.beging.de/troogs/gigalativbot:latest
container_name: counterbot
restart: unless-stopped
# Entweder environment Schlüssel direkt setzen oder eine .env Datei mit docker compose verwenden.