mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
12 lines
162 B
YAML
12 lines
162 B
YAML
version: "3.3"
|
|
services:
|
|
plausible_db:
|
|
ports:
|
|
- 5432:5432
|
|
plausible_events_db:
|
|
ports:
|
|
- 8123:8123
|
|
plausible:
|
|
ports:
|
|
- 80:8000
|