-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(service): add Opnform template #5875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
Add opnform.yaml as template to deploy OpnForm app
🔥 |
|
||
# The nginx reverse proxy. | ||
# used for reverse proxying the API service and Web service. | ||
nginx: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be necessary as Coolify will handle the routing to the web application and API via magic ENVs. Please remove this if possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tried with traefik but unfortunatly I didn't success. If you have some suggestion with traefik I am open to update it later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peaklabs-dev I just tested this compose and it works fine for me. I tried removing the nginx but api routes like /api/login
were not working and @alexbaron-dev mentioned they were not able to make this work without nginx, so I think we can keep the nginx
- split environment variables per usage (api, worker and scheduler) - remove volume anchor - remove volumes definition
Changes