public gateway setup issues #3581
Replies: 1 comment 1 reply
-
I am idiot.... the pw push gateway container had the same service name as the main/internal container. traefik was routing every-second request destined to main container to the public one.... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to setup Password Pusher as documented here: pw-push docs
I have the internal/main container working. However, as soon as I spin up the public gateway container, the main container won't load properly; if I refresh the browser page, ever second refresh throws a "not found" error, it's impossible to get to the dashboard and when pushing a password it either does not do it, or does not show the resulting url.
As soon as I turn off the public gateway container, the main container works fine again. I have included my docker compose config. I am completely unsure what the issue is. Any help would be greatly appriciated.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions