mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 23:45:50 +03:00
[GH-ISSUE #208] IP address necessary for rendering FrontEnd? #202
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#202
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s1rk1t on GitHub (Dec 21, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/208
Wondering if it's possible to have AMBAR's docker .yml file have something other than the ip address for where the FrontEnd is hosted?
For instance, is there some way I can have line 113 of the .yml file read:
- api=http://somedomain/ambarinstead of-api=http://ipaddress:portnumber?@Jachimo commented on GitHub (Dec 21, 2018):
I was likewise surprised by this. It looks like that line specifies the connection between the web frontend and the API container, which could be done over the Docker internal network? Unless there are other components that need to hit the API besides the web frontend, it seems like you could just use the internal network and specify the container name. But maybe I'm missing something; I have not stopped my instance to test it.
@isido993 commented on GitHub (Jan 8, 2019):
@Jachimo you can't use the Docker internal network since the front end always runs in user's browser which is never inside the Docker net.