Skip to content

Commit fbf0e7d

Browse files
committed
ci: try define app runtime in compose.yaml
1 parent 623cdaf commit fbf0e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
MERCURE_JWT_SECRET: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
2424
OIDC_SERVER_URL: ${OIDC_SERVER_URL:-https://localhost/oidc/realms/demo}
2525
OIDC_SERVER_URL_INTERNAL: ${OIDC_SERVER_URL_INTERNAL:-http://keycloak:8080/oidc/realms/demo}
26+
APP_RUNTIME: Symfony\\Component\\Runtime\\SymfonyRuntime
2627
volumes:
2728
- caddy_data:/data
2829
- caddy_config:/config

0 commit comments

Comments
 (0)