switch to dokploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user