switch to dokploy

This commit is contained in:
Codex Agent
2025-11-17 19:32:44 +01:00
parent 209398bbc5
commit 7437474a01

View File

@@ -38,7 +38,7 @@ x-app-build: &app-build
services:
app:
build: *app-build
image: ${APP_IMAGE:-fotospiel-app:latest}
image: registry.internal:5443/${APP_IMAGE:-fotospiel-app:latest}
environment:
<<: *app-env
APP_SOURCE: /opt/app
@@ -114,7 +114,7 @@ services:
restart: unless-stopped
queue:
image: ${APP_IMAGE:-fotospiel-app:latest}
image: registry.internal:5443/${APP_IMAGE:-fotospiel-app:latest}
command: /var/www/html/docs/queue-supervisor/queue-worker.sh default
environment:
<<: *app-env
@@ -131,7 +131,7 @@ services:
restart: unless-stopped
media-storage-worker:
image: ${APP_IMAGE:-fotospiel-app:latest}
image: registry.internal:5443/${APP_IMAGE:-fotospiel-app:latest}
command: /var/www/html/docs/queue-supervisor/queue-worker.sh media-storage
environment:
<<: *app-env
@@ -150,7 +150,7 @@ services:
restart: unless-stopped
scheduler:
image: ${APP_IMAGE:-fotospiel-app:latest}
image: registry.internal:5443/${APP_IMAGE:-fotospiel-app:latest}
command: php artisan schedule:work
environment:
<<: *app-env
@@ -166,7 +166,7 @@ services:
restart: unless-stopped
horizon:
image: ${APP_IMAGE:-fotospiel-app:latest}
image: registry.internal:5443/${APP_IMAGE:-fotospiel-app:latest}
command: /var/www/html/docs/queue-supervisor/horizon.sh
environment:
<<: *app-env