Onto-Med / top-deployment

Deployment instructions and resources for the TOP Framework
https://onto-med.github.io/top-deployment/
MIT License
0 stars 3 forks source link

add localhost for easier testing to docker-compose.env.tpl #27

Closed KonradHoeffner closed 1 year ago

KonradHoeffner commented 1 year ago

Caddy doesn't equate 127.0.0.1 with localhost, so without this there won't be any result when accessing "localhost".

ChristophB commented 1 year ago

I think you introduces a bug here. The variable BASE_URL is also used to construct API_URL.

See: https://github.com/Onto-Med/top-deployment/blob/33e3201aa31baace34bb72aefd23d1a5ee8cc100/docker-compose.env.tpl#L22

KonradHoeffner commented 1 year ago

Oh yes didn't see that, sorry. I will change it.