-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Build WithOut Traefik #72
Comments
If you need help to make one you should ask on the slack channel, (https://pathfinder-eve-online.slack.com) |
Have considered making a non-traefik But @ElegosAkla is correct, you basically strip out the section: pathfinder-containers/docker-compose.yml Lines 70 to 95 in e7cce14
And these: pathfinder-containers/docker-compose.yml Lines 43 to 54 in e7cce14
Then add a ports:
- "80:80"
- "443:443"
- "8080:8080" where the above The left most part ( |
I already use another Reverse Proxy on another box on my network. With the current config the web app is routed thought the traefik so there are no ports to forward to from my already established proxy. Any chance we could get a docker compose without the traefik?
Thanks
The text was updated successfully, but these errors were encountered: