mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 10:30:45 +02:00
fix ports
This commit is contained in:
@@ -47,7 +47,7 @@ videos.tomasrivera.ch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
books.tomasrivera.ch {
|
books.tomasrivera.ch {
|
||||||
reverse_proxy booklogr-web:5000
|
reverse_proxy booklogr-web:80
|
||||||
}
|
}
|
||||||
|
|
||||||
convert.tomasrivera.ch {
|
convert.tomasrivera.ch {
|
||||||
|
|||||||
@@ -184,8 +184,6 @@ services:
|
|||||||
image: mozzo/booklogr-web:v1.11.1
|
image: mozzo/booklogr-web:v1.11.1
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
|
||||||
- 5001:5001
|
|
||||||
environment:
|
environment:
|
||||||
- BL_API_ENDPOINT=http://localhost:5002/ # CHANGE THIS TO POINT TO THE EXTERNAL ADRESS THE USER CAN ACCESS
|
- BL_API_ENDPOINT=http://localhost:5002/ # 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user