File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,8 @@ services:
1313 extra_hosts :
1414 - host.docker.internal:host-gateway
1515 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
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ services:
2525 MERCURE_URL : ${CADDY_MERCURE_URL:-http://php/.well-known/mercure}
2626 MERCURE_PUBLIC_URL : ${CADDY_MERCURE_PUBLIC_URL:-https://${SERVER_NAME:-localhost}:${HTTPS_PORT:-443}/.well-known/mercure}
2727 MERCURE_JWT_SECRET : ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
28- volumes :
29- - ./:/app
3028 command : php bin/console messenger:consume stochastix --limit=10 -vv
3129
3230volumes :
You can’t perform that action at this time.
0 commit comments