mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
Cannot make Heyform work on a different subdomain #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maelp on GitHub (Apr 18, 2025).
If I create the Heyform template out of the box without any changes it works, but if I change the domain to https://heyform.mydomain.com (and accordingly change the environment variable for the domain) and re-deploy, it does a Bad gateway
@maelp commented on GitHub (Apr 18, 2025):
Ah it seems to be because I replaced the "docker volume" for mongodb with a mountpoint on my disk to make it easier for me to do backups, but for some reason when doing this, the mongodb crashes(?)
@maelp commented on GitHub (Apr 18, 2025):
Seems to be because of this