switch away from registry usage for docker builds

This commit is contained in:
Codex Agent
2025-12-21 19:11:01 +01:00
parent 6ee40745ca
commit 41d29eb7d3
2 changed files with 15 additions and 8 deletions

View File

@@ -4,6 +4,13 @@ APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
# Docker image tags (Dokploy/local build)
APP_IMAGE_REPO=fotospiel-app
APP_IMAGE_TAG=latest
BUILD_CACHE_DIR=/var/lib/fotospiel-buildcache
PHOTOBOOTH_CONTROL_IMAGE_REPO=fotospiel-photobooth-control
PHOTOBOOTH_CONTROL_IMAGE_TAG=latest
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US