Skip to content

Commit

Permalink
feat: add production app url in mercure hub container
Browse files Browse the repository at this point in the history
  • Loading branch information
Leoglme committed Jan 23, 2024
1 parent 54031cf commit bc2b3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
MERCURE_PUBLISHER_JWT_KEY: '!ChangeMe!'
MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeMe!'
MERCURE_EXTRA_DIRECTIVES: |
cors_origins http://localhost:4200
cors_origins http://localhost:4200 https://epitalk.dibodev.com
anonymous
# Uncomment the following line to enable the development mode
command: /usr/bin/caddy run --config /etc/caddy/Caddyfile.dev
Expand Down

0 comments on commit bc2b3fb

Please sign in to comment.