This commit is contained in:
Michał Zając 2020-10-14 13:39:21 +03:00 committed by GitHub
commit 3c4fc2d4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
docker-compose.custom.yml

View File

@ -1,6 +1,6 @@
# Plausible Analytics setup examples
This repository acts as a a template to get up and running with [Plausible Analytics](https://github.com/plausible/analytics).
This repository acts as a template to get up and running with [Plausible Analytics](https://github.com/plausible/analytics).
### How to use

View File

@ -0,0 +1,11 @@
version: "3.3"
services:
plausible_db:
ports:
- 5432:5432
plausible_events_db:
ports:
- 8123:8123
plausible:
ports:
- 80:8000

View File

@ -27,8 +27,6 @@ services:
- plausible_db
- plausible_events_db
- mail
ports:
- 80:8000
links:
- plausible_db
- plausible_events_db