From 6f083ba481b7aa95462dbea88072ac80749252cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 25 Nov 2020 22:44:58 +0100 Subject: [PATCH] [symfony/mercure-bundle] remove the Docker Compose service --- symfony/mercure-bundle/0.1/manifest.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/symfony/mercure-bundle/0.1/manifest.json b/symfony/mercure-bundle/0.1/manifest.json index 5b115fa3..ba8f74df 100644 --- a/symfony/mercure-bundle/0.1/manifest.json +++ b/symfony/mercure-bundle/0.1/manifest.json @@ -11,23 +11,5 @@ "#2": "The default token is signed with the secret key: !ChangeMe!", "MERCURE_JWT_TOKEN": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8JVHKxp-f_FwwOim0" }, - "docker-compose": { - "docker-compose.yml": { - "services": [ - "mercure:", - " # In production, you may want to use the managed version of Mercure, https://mercure.rocks", - " image: dunglas/mercure", - " environment:", - " # You should definitely change all these values in production", - " - JWT_KEY=!ChangeMe!", - " - ALLOW_ANONYMOUS=1", - " - CORS_ALLOWED_ORIGINS=*", - " - PUBLISH_ALLOWED_ORIGINS=http://localhost:1337", - " - DEMO=1", - " ports:", - " - \"1337:80\"" - ] - } - }, "aliases": ["mercure"] }