https://github.com/devinrsmith/deephaven-traefik
A Deephaven reverse-proxy setup using traefik
https://github.com/devinrsmith/deephaven-traefik
Last synced: 12 months ago
JSON representation
A Deephaven reverse-proxy setup using traefik
- Host: GitHub
- URL: https://github.com/devinrsmith/deephaven-traefik
- Owner: devinrsmith
- Created: 2022-08-09T17:15:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T23:20:48.000Z (about 1 year ago)
- Last Synced: 2025-05-31T10:06:35.671Z (about 1 year ago)
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deephaven-traefik
A Deephaven reverse-proxy setup using [traefik](https://github.com/traefik/traefik).
```shell
docker compose up -d
```
Then, connect to [https://deephaven-foo.localhost](https://deephaven-foo.localhost) (you'll probably need to accept the self-signed certificate), or [https://deephaven-bar.localhost](https://deephaven-bar.localhost).
## Related
* [deephaven-caddy](https://github.com/devinrsmith/deephaven-caddy)
* [deephaven-envoy](https://github.com/devinrsmith/deephaven-envoy)