chore(deps): update docmost/docmost docker tag to v0.70.1 (localApps) (#4382)
This commit is contained in:
parent
36840f3724
commit
eb5508fa38
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
docmost:
|
docmost:
|
||||||
image: docmost/docmost:0.25.3
|
image: docmost/docmost:0.70.1
|
||||||
environment:
|
environment:
|
||||||
APP_SECRET: ${APP_SECRET}
|
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
|
DATABASE_URL: postgres://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${PANEL_DB_HOST}:${PANEL_DB_PORT}/${PANEL_DB_NAME}?schema=public
|
||||||
Loading…
Reference in New Issue