mirror of
https://github.com/symfony/ux-turbo.git
synced 2026-03-23 23:52:20 +01:00
16 lines
418 B
YAML
16 lines
418 B
YAML
services:
|
|
###> symfony/mercure-bundle ###
|
|
mercure:
|
|
image: dunglas/mercure
|
|
ports:
|
|
- 3000:3000
|
|
environment:
|
|
SERVER_NAME: ':3000'
|
|
MERCURE_PUBLISHER_JWT_KEY: '!ChangeMe!'
|
|
MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeMe!'
|
|
MERCURE_EXTRA_DIRECTIVES: |
|
|
anonymous
|
|
cors_origins *
|
|
|
|
###< symfony/mercure-bundle ###
|