mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 05:15:57 -06:00
Do not expose database ports to the public internet
This commit is contained in:
parent
c5146231aa
commit
891914e9a1
@ -10,8 +10,6 @@ services:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
||||
plausible_events_db:
|
||||
image: yandex/clickhouse-server:latest
|
||||
@ -21,8 +19,6 @@ services:
|
||||
nofile:
|
||||
soft: 262144
|
||||
hard: 262144
|
||||
ports:
|
||||
- 8123:8123
|
||||
|
||||
plausible:
|
||||
image: plausible/analytics:latest
|
||||
|
Loading…
Reference in New Issue
Block a user