mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
change port
This commit is contained in:
+2
-2
@@ -183,9 +183,9 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- 5001:5000
|
- 5001:5001
|
||||||
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:5001/ # 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