forum/docker-compose.prod.yml
Kévin Dunglas 7cb8668cb2
feat: add built-in Mercure support (#89)
* feat: Mercure support

* feat: add native Mercure support

* improvements

* feat: add Mercure UI

* fix: typo

* finish
2020-12-02 00:29:12 +01:00

14 lines
280 B
YAML

version: "3.4"
# Production environment override
services:
php:
environment:
APP_ENV: prod
caddy:
environment:
MERCURE_DEMO: # Disable the demo
MERCURE_PUBLISHER_JWT: ${MERCURE_PUBLISHER_JWT}
MERCURE_SUBSCRIBER_JWT: ${MERCURE_SUBSCRIBER_JWT}