mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-24 00:19:40 +08:00
🐛 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:
parent
fa41db98f6
commit
de103af962
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user