Compose-Examples/examples/rxresume
LRVT 4eca926d7e
Update docker-compose.yml
add extra_hosts
2023-05-02 01:39:17 +02:00
..
docker-compose.yml Update docker-compose.yml 2023-05-02 01:39:17 +02:00
README.md add rxresume 2023-04-28 14:10:52 +02:00

Reference

https://github.com/AmruthPillai/Reactive-Resume

Notes

Make sure that you expose both the client and server container behind the same (sub)domain.

Otherwise, you'll receive CORS errors, as the Same Origin Policy (SOP) will prevent access from Domain A (client) to Domain B (server).

So let both run on the same domain and tell your reverse proxy (here traefik) that the server container will handle all /api requests.

If you use Nginx Proxy Manager as reverse proxy, may have a read here.