mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 02:28:38 +02:00
fix api endpoint
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 5001:5001
|
- 5001:5001
|
||||||
environment:
|
environment:
|
||||||
- BL_API_ENDPOINT=http://localhost:5001/ # CHANGE THIS TO POINT TO THE EXTERNAL ADRESS THE USER CAN ACCESS
|
- BL_API_ENDPOINT=http://booklogr-api: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.
|
||||||
- BL_DEMO_MODE=false
|
- BL_DEMO_MODE=false
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user