mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-24 01:14:27 +01:00
add rxresume
This commit is contained in:
13
examples/rxresume/README.md
Normal file
13
examples/rxresume/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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](https://github.com/AmruthPillai/Reactive-Resume/issues/721#issuecomment-1405283786).
|
||||
Reference in New Issue
Block a user