Configured an nginx container acting as a reverse proxy for the mercure container

This commit is contained in:
Alejandro Celaya
2020-04-25 13:44:09 +02:00
parent 45db4c321a
commit 4917e53acd
3 changed files with 34 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ declare(strict_types=1);
return [
'mercure' => [
'public_hub_url' => 'http://localhost:3080',
'internal_hub_url' => 'http://shlink_mercure',
'public_hub_url' => 'http://localhost:8001',
'internal_hub_url' => 'http://shlink_mercure_proxy',
'jwt_secret' => 'mercure_jwt_key',
],