feat(dev): add Lima testing server fixtures (#10844)

This commit is contained in:
Andras Bacsai
2026-07-03 10:07:55 +02:00
committed by GitHub
parent bf37db3b5f
commit 58f6f9e05b
14 changed files with 600 additions and 38 deletions
+4
View File
@@ -10,6 +10,8 @@ services:
- GROUP_ID=${GROUPID:-1000}
ports:
- "${APP_PORT:-8000}:8080"
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
AUTORUN_ENABLED: false
PUSHER_HOST: "${PUSHER_HOST}"
@@ -70,6 +72,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