mirror of
https://github.com/symfony/maker-bundle.git
synced 2026-03-23 23:42:10 +01:00
13 lines
395 B
YAML
13 lines
395 B
YAML
services:
|
|
mercure:
|
|
image: dunglas/mercure
|
|
environment:
|
|
SERVER_NAME: :1337
|
|
MERCURE_PUBLISHER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'
|
|
MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'
|
|
MERCURE_EXTRA_DIRECTIVES: |
|
|
anonymous
|
|
cors_origins *
|
|
ports:
|
|
- 1337:1337
|