chore: update compose files

main
LRVT 2025-09-01 17:02:03 +02:00
rodzic 7c04096b86
commit 5536de64a6
3 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -2,7 +2,7 @@ services:
answer:
image: answerdev/answer
container_name: answer
container_name: answer
ports:
- 9080:80
expose:

Wyświetl plik

@ -8,6 +8,9 @@ services:
- PUID=1000
- PGID=1000
- APP_URL=http://127.0.0.1:8099 # change this to your prod url with https
# you should generate a new app key using:
# docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey
- APP_KEY=base64:Npczl7vKB0Y3AlNboNTD5f71bYVaAuVB8ay4UhZ3My0=
- DB_HOST=bookstack_db
- DB_USERNAME=bookstack
- DB_PASSWORD=USERPW1

Wyświetl plik

@ -1,14 +1,14 @@
services:
docmost:
image: docmost/docmost:0.5
image: docmost/docmost:0.22
container_name: docmost
depends_on:
- db
- redis
environment:
- APP_URL=http://127.0.0.1:3000
- APP_SECRET=A_VERY_SECURE_STRING
- APP_SECRET=SecureSecretKeySecureSecretKey12 # <-- change
- DATABASE_URL=postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public
- REDIS_URL=redis://redis:6379
# --------- S3 Storage Configuration --------