Skip to content

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

Open
wants to merge 4 commits into
base: next
Choose a base branch
from

Conversation

alexbaron-dev
Copy link

Changes

Add opnform.yaml as template to deploy OpnForm app
@JhumanJ
Copy link

JhumanJ commented May 22, 2025

🔥

@peaklabs-dev peaklabs-dev changed the title Add opnform template feat(service): add Opnform template May 23, 2025

# The nginx reverse proxy.
# used for reverse proxying the API service and Web service.
nginx:
Copy link
Member

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.

Copy link
Author

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.

Copy link
Member

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

@peaklabs-dev peaklabs-dev added ⚙️ Service Issues requesting or PRs adding/fixing service templates. 💤 Waiting for changes PRs awaiting changes from the author. labels May 23, 2025
- split environment variables per usage (api, worker and scheduler)
- remove volume anchor
- remove volumes definition
@peaklabs-dev peaklabs-dev removed the 💤 Waiting for changes PRs awaiting changes from the author. label May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Service Issues requesting or PRs adding/fixing service templates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants