plausible-hosting/docker-compose.override.yml
2020-10-06 17:58:16 +02:00

12 lines
162 B
YAML

version: "3.3"
services:
plausible_db:
ports:
- 5432:5432
plausible_events_db:
ports:
- 8123:8123
plausible:
ports:
- 80:8000