We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d980628 commit b82e822Copy full SHA for b82e822
2 files changed
templates/compose.override.yaml
@@ -13,3 +13,8 @@ services:
13
extra_hosts:
14
- host.docker.internal:host-gateway
15
tty: true
16
+
17
+ messenger-worker:
18
+ volumes:
19
+ - ./:/app
20
+ - ./frankenphp/conf.d/20-app.dev.ini:/usr/local/etc/php/app.conf.d/20-app.dev.ini:ro
templates/compose.yaml
@@ -25,8 +25,6 @@ services:
25
MERCURE_URL: ${CADDY_MERCURE_URL:-http://php/.well-known/mercure}
26
MERCURE_PUBLIC_URL: ${CADDY_MERCURE_PUBLIC_URL:-https://${SERVER_NAME:-localhost}:${HTTPS_PORT:-443}/.well-known/mercure}
27
MERCURE_JWT_SECRET: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
28
- volumes:
29
- - ./:/app
30
command: php bin/console messenger:consume stochastix --limit=10 -vv
31
32
volumes:
0 commit comments