Skip to content

Commit b82e822

Browse files
committed
fix: move dev volumes to compose.override.yaml
1 parent d980628 commit b82e822

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

templates/compose.override.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

templates/compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3230
volumes:

0 commit comments

Comments
 (0)