Skip to content

Commit

Permalink
Remove deployment error with wss://thomsen-it.dk:3000 is denied
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomsen96 committed Nov 9, 2022
1 parent 3c4fe31 commit 50c8b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/data/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Optional staging lets encrypt for testing. Comment out for production.
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
}
thomsen-it.dk {
thomsen-it.dk thomsen-it.dk:3000 {
reverse_proxy webrtc-server:3000
}
www.thomsen-it.dk {
Expand Down
1 change: 1 addition & 0 deletions deployment/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
ports:
- "80:80"
- "443:443"
- "3000:3000"
volumes:
- ./data/caddy/Caddyfile:/etc/caddy/Caddyfile
- ./data/caddy/data:/data # Optional
Expand Down

0 comments on commit 50c8b65

Please sign in to comment.