From c8b5a950ed7a0f2b7de85d8ec92702b738daa26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sun, 2 Aug 2026 12:58:46 +0200 Subject: [PATCH] fix ports --- Caddyfile | 2 +- compose.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Caddyfile b/Caddyfile index 9732381..51ab9b4 100644 --- a/Caddyfile +++ b/Caddyfile @@ -47,7 +47,7 @@ videos.tomasrivera.ch { } books.tomasrivera.ch { - reverse_proxy booklogr-web:5000 + reverse_proxy booklogr-web:80 } convert.tomasrivera.ch { diff --git a/compose.yml b/compose.yml index 43484cc..e075e62 100644 --- a/compose.yml +++ b/compose.yml @@ -184,8 +184,6 @@ services: image: mozzo/booklogr-web:v1.11.1 env_file: - .env - ports: - - 5001:5001 environment: - BL_API_ENDPOINT=http://localhost:5002/ # CHANGE THIS TO POINT TO THE EXTERNAL ADRESS THE USER CAN ACCESS - BL_GOOGLE_ID= # Leave empty to disable google login. To enable, write in your Google Client ID.