From 9e918ece81e42a2fd60ec23a53edc13b500521df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sun, 2 Aug 2026 12:47:32 +0200 Subject: [PATCH] debug ports --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index cf841b6..a7ddb1b 100644 --- a/compose.yml +++ b/compose.yml @@ -182,6 +182,8 @@ services: image: mozzo/booklogr-web:v1.11.1 env_file: - .env + ports: + - 5000:5000 environment: - BL_API_ENDPOINT=http://localhost:5000/ # 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.