debug ports

This commit is contained in:
2026-08-02 12:47:32 +02:00
parent 45c844f03e
commit 9e918ece81
+2
View File
@@ -182,6 +182,8 @@ services:
image: mozzo/booklogr-web:v1.11.1 image: mozzo/booklogr-web:v1.11.1
env_file: env_file:
- .env - .env
ports:
- 5000:5000
environment: environment:
- BL_API_ENDPOINT=http://localhost:5000/ # CHANGE THIS TO POINT TO THE EXTERNAL ADRESS THE USER CAN ACCESS - 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. - BL_GOOGLE_ID= # Leave empty to disable google login. To enable, write in your Google Client ID.