I keep getting 502 bad gateway error while trying to self host with nginx + docker #4497
Replies: 1 comment 1 reply
-
|
👋 @i701 Please show the output of |
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.
-
I have followed the official guide to self host the community edition with nginx and docker and cloudflare
I have tried to deploy this using different domains and different vps also. No luck. I always keep getting 502 bad gateway error.
i have added A record to point my VPS ip to the domain i specified.
Here is my the output of docker compose logs --follow
these docker logs keep repeating whenever i try to visit the url
here is my docker-compose file
for the nginx config file i did not change anything other than my server name from the example given here
and also uh i have also tried to
curl http:localhost:8000and it gives me this outputHere is how my plausible-conf.env looks like
BASE_URL=https://analytics.[my_domain_name]
SECRET_KEY_BASE=Jyh5i9wk7BZrf/wem9aTieRkVx306E/3d5nQGFLKsTvMZs1wOgiTb9uPs/E2H1qx
TOTP_VAULT_KEY=KeGYAJHPqz8GQKSwkNLlLJOBOrw1qBTIn8Fgu/O4eAE=
BUILD_METADATA={}
i don't know at this point what to do. Kindly please help.
Beta Was this translation helpful? Give feedback.
All reactions