community-edition icon indicating copy to clipboard operation
community-edition copied to clipboard

Example docker-compose setups for hosting Plausible Community Edition

Results 29 community-edition issues
Sort by recently updated
recently updated
newest added

Leaving this here in case anyone stumbles across this issue. I was able to successfully self-host plausible on an arm64 based Oracle Compute Instance by modifying the docker-compose. More information...

```yaml version: "3.8" services: mail: image: bytemark/smtp:latest env_file: - plausible-conf.env networks: - internal labels: - traefik.enable=false plausible_db: image: postgres:latest volumes: - db-data:/var/lib/postgresql/data environment: - POSTGRES_PASSWORD=postgres networks: - internal labels: -...

For Swarm users this should be a good starting point to deploy plausible. Not everything might fit every setup (see the volume plugin), but this should be of help to...

That version supports ARM.

Entrypoint script changed in https://github.com/plausible/analytics/pull/1892/, don't merge until that's released.

The bytemark/smtp image hasn't been updated in 4 years. And plausible is able to send email via SMTP without this container. So I assume it is no longer used or...

I was wondering if we could NOT expose ports for services in `docker-compose.yml` by default. The current `docker-compose.yml` has the following disadvantages: 1. You can't have a PostgreSQL database running...

a simpler, matomo like installation process: - unpack the downloaded zip-file on the server - open the file setup.php in browser - make the entries for database (mysql) and first...

This change makes the container plausible/analytics accessible only from localhost (127.0.0.1). I think that this should be the default because: - to use plausible with a https website, plausible should...

Email Configuration for weekly/monthly stats' reporting based on [Plausible's email configuration options](https://plausible.io/docs/self-hosting-configuration#mailersmtp-setup).