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.