mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
update docker compose file
This commit is contained in:
parent
80f9610ec0
commit
a0b31804d9
@ -9,7 +9,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
APP_URL: 'http://localhost:3000'
|
APP_URL: 'http://localhost:3000'
|
||||||
APP_SECRET: 'REPLACE_WITH_LONG_SECRET'
|
APP_SECRET: 'REPLACE_WITH_LONG_SECRET'
|
||||||
DATABASE_URL: 'postgresql://postgres:password@db:5432/docmost?schema=public'
|
DATABASE_URL: 'postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public'
|
||||||
REDIS_URL: 'redis://redis:6379'
|
REDIS_URL: 'redis://redis:6379'
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
@ -21,8 +21,8 @@ services:
|
|||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: docmost
|
POSTGRES_DB: docmost
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: docmost
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: STRONG_DB_PASSWORD
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/postgresql/data
|
- db_data:/var/lib/postgresql/data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user