notesnook: revert monograph to 1.2.4

It seems 1.2.5 only exposes itself to localhost...
This commit is contained in:
2025-10-16 23:44:10 +02:00
parent a9c59604b9
commit 0704b7e19e

View File

@@ -164,7 +164,7 @@ services:
NOTESNOOK_APP_HOST: https://app.notesnook.com NOTESNOOK_APP_HOST: https://app.notesnook.com
monograph-server: monograph-server:
image: streetwriters/monograph:1.2.5 image: streetwriters/monograph:1.2.4
# ports: # ports:
# - 6264:3000 # - 6264:3000
env_file: .env env_file: .env
@@ -190,6 +190,7 @@ services:
IDENTITY_SERVER_URL: https://notesnook.vhaudiquet.fr/identity IDENTITY_SERVER_URL: https://notesnook.vhaudiquet.fr/identity
NOTESNOOK_APP_HOST: https://app.notesnook.com NOTESNOOK_APP_HOST: https://app.notesnook.com
API_HOST: http://notesnook-server:5264 API_HOST: http://notesnook-server:5264
MONOGRAPH_PUBLIC_URL: https://notesnook.vhaudiquet.fr/monograph
PUBLIC_URL: https://notesnook.vhaudiquet.fr/monograph PUBLIC_URL: https://notesnook.vhaudiquet.fr/monograph
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"