Port issue with multiple Reflex Docker containers #2043
chimeracle
announced in
Q&A
Replies: 1 comment
-
Check out the config knobs / environment vars Maybe something like ENV BACKEND_PORT=8001 FRONTEND_PORT=3001 API_URL=http://example.com:8001
CMD reflex run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there anyone using Reflex for multiple small apps and hosting them in docker containers on the same host? How do you handle the issue where each one wants the same ports? Can the backend be changed from 8000? can the frontend be changed from 3000?
Beta Was this translation helpful? Give feedback.
All reactions