Skip to content

Commit 6f083ba

Browse files
committed
[symfony/mercure-bundle] remove the Docker Compose service
1 parent b1fdd3c commit 6f083ba

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

symfony/mercure-bundle/0.1/manifest.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,5 @@
1111
"#2": "The default token is signed with the secret key: !ChangeMe!",
1212
"MERCURE_JWT_TOKEN": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8JVHKxp-f_FwwOim0"
1313
},
14-
"docker-compose": {
15-
"docker-compose.yml": {
16-
"services": [
17-
"mercure:",
18-
" # In production, you may want to use the managed version of Mercure, https://mercure.rocks",
19-
" image: dunglas/mercure",
20-
" environment:",
21-
" # You should definitely change all these values in production",
22-
" - JWT_KEY=!ChangeMe!",
23-
" - ALLOW_ANONYMOUS=1",
24-
" - CORS_ALLOWED_ORIGINS=*",
25-
" - PUBLISH_ALLOWED_ORIGINS=http://localhost:1337",
26-
" - DEMO=1",
27-
" ports:",
28-
" - \"1337:80\""
29-
]
30-
}
31-
},
3214
"aliases": ["mercure"]
3315
}

0 commit comments

Comments
 (0)