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