Skip to content

Commit

Permalink
Merge pull request #462 from jesusantguerrero/jesusantguerrero-patch-4
Browse files Browse the repository at this point in the history
Update docker-compose.coolify.yml
  • Loading branch information
jesusantguerrero authored Sep 12, 2024
2 parents ba46810 + 991ccb3 commit de7a56d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.coolify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ services:
restart: unless-stopped
volumes:
- ./:/app
- ./Caddyfile:/etc/caddy/Caddyfile
ports:
"8888:80"
environment:
DEBUG: "debug"
# Change the following value if you know how it works.
# MERCURE_TRANSPORT_URL: "bolt://mercure.db"
MERCURE_PUBLISHER_JWT_KEY: "${MERCURE_PUBLISHER_JWT_KEY}"
MERCURE_SUBSCRIBER_JWT_KEY: "${MERCURE_SUBSCRIBER_JWT_KEY}"
# In the cors_origin, add your domain(s). Or just use *
MERCURE_EXTRA_DIRECTIVES: |-
cors_origins "*"

0 comments on commit de7a56d

Please sign in to comment.