Do not expose database ports to the public internet

This commit is contained in:
Uku Taht 2020-10-14 13:38:49 +03:00
parent c5146231aa
commit 891914e9a1
1 changed files with 0 additions and 4 deletions

View File

@ -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