1
0
Fork 0

🐛 fix(docmost): remove hardcoded app url from compose file

- remove APP_URL environment variable from docker-compose.yml
- rely on external environment variables for configuration
This commit is contained in:
pooneyy 2026-01-21 04:30:38 +08:00
parent fa41db98f6
commit de103af962
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ services:
docmost:
image: docmost/docmost:0.24.1
environment:
APP_URL: http://localhost:3000
APP_SECRET: ${APP_SECRET}
DATABASE_URL: postgres://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${PANEL_DB_HOST}:${PANEL_DB_PORT}/${PANEL_DB_NAME}?schema=public
REDIS_URL: redis://default:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_REDIS_HOST}:6379