Running CE on VPS doesn't work: connection not available and request was dropped from queue after 2997ms
on loop
#5543
Unanswered
Lyro1
asked this question in
Self-Hosted Support
Replies: 1 comment 1 reply
-
Encountered the same error and found this issue. Did you manage to resolve it? |
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.
-
Hey there!
I am trying to install an instance of Plausible Analytics CE on my VPS. Here is what I did:
$ git clone -b v3.0.1 --single-branch https://github.com/plausible/community-edition plausible-ce $ cd plausible-ce
My folder seems fine:
$ ls -la total 32 drwxr-xr-x 4 me me 4096 Jul 2 06:38 . drwxr-xr-x 18 me me 4096 Jul 2 06:38 .. drwxr-xr-x 8 me me 4096 Jul 2 06:38 .git -rw-r--r-- 1 me me 124 Jul 2 06:38 .gitignore -rw-r--r-- 1 me me 1076 Jul 2 06:38 LICENSE -rw-r--r-- 1 me me 3787 Jul 2 06:38 README.md drwxr-xr-x 2 me me 4096 Jul 2 06:38 clickhouse -rw-r--r-- 1 me me 3405 Jul 2 06:38 compose.yml
I added a
.env
:And the
compose.override.yml
:Then I try to start it:
And if I take a look at the logs:
And the containers:
For context, I am working on a Ubuntu 22.04 VPS, and I plan to expose the Plausible service via an Nginx Reverse Proxy.
Do you have any idea where my issue may come from?
Beta Was this translation helpful? Give feedback.
All reactions