Merge remote-tracking branch 'origin/next' into v5-parallel-inertia-react

This commit is contained in:
Andras Bacsai
2026-07-03 10:59:49 +02:00
21 changed files with 1073 additions and 116 deletions
+4
View File
@@ -12,6 +12,8 @@ services:
- COOLIFY_CLI_VERSION=${COOLIFY_CLI_VERSION:-nightly}
ports:
- "${APP_PORT:-8000}:8080"
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
AUTORUN_ENABLED: false
COOLIFY_FLUX_VERSION: "${COOLIFY_FLUX_VERSION:-nightly}"
@@ -74,6 +76,8 @@ services:
ports:
- "${FORWARD_SOKETI_PORT:-6001}:6001"
- "6002:6002"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./storage:/var/www/html/storage
- ./docker/coolify-realtime/terminal-server.js:/terminal/terminal-server.js