Fix CMD_DB_URL setting for postgres

This commit is contained in:
3wc
2025-02-24 12:32:54 -05:00
parent 4972af78e8
commit 674cbd0431
3 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
environment:
- CMD_DB_URL=
- POSTGRES_ENABLED=1
- CMD_DB_NAME=codimd
- CMD_DB_USER=codimd
- CMD_DB_HOST=db