mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -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
|
- db-data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
ports:
|
|
||||||
- 5432:5432
|
|
||||||
|
|
||||||
plausible_events_db:
|
plausible_events_db:
|
||||||
image: yandex/clickhouse-server:latest
|
image: yandex/clickhouse-server:latest
|
||||||
@ -21,8 +19,6 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 262144
|
soft: 262144
|
||||||
hard: 262144
|
hard: 262144
|
||||||
ports:
|
|
||||||
- 8123:8123
|
|
||||||
|
|
||||||
plausible:
|
plausible:
|
||||||
image: plausible/analytics:latest
|
image: plausible/analytics:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user