This commit is contained in:
fix 2021-03-21 07:52:39 +01:00
parent a36d145c11
commit 19befd1450

View File

@ -9,6 +9,7 @@ services:
TITLE: etherpad@f1x.online
ADMIN_PASSWORD: ${ADMIN_PASSWORD}
USER_PASSWORD: ${USER_PASSWORD}
REQUIRE_AUTHENTICATION: 'true'
DB_TYPE: postgres
DB_HOST: postgresql
DB_POST: 5432
@ -30,6 +31,7 @@ services:
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: etherpad
restart: unless-stopped
volumes:
- ${POSTGRES_DATA_PATH}:/var/lib/postgresql/data