wip: semi-working PHP8.5/FrankenPHP w/ async

This commit is contained in:
2025-07-19 21:30:18 -05:00
parent 3b0ba81ce3
commit 0964abdf37
5 changed files with 76 additions and 8 deletions

View File

@@ -23,6 +23,9 @@ services:
- mercure_data:/data
- mercure_config:/config
tty: true
ports:
- "8001:80"
command: "frankenphp php-server --root=/app/public"
environment:
TZ: America/Chicago
MERCURE_PUBLISHER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'