Coolify: Fix mosaic.woltje.com DNS record #440
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?
Problem
mosaic.woltje.comresolves to10.1.1.45(old Swarm node w-docker0) instead of going through Cloudflare to Coolify.api.mosaic.woltje.comcorrectly resolves to174.137.97.162(through Cloudflare → main Traefik → Coolify).Expected
Both domains should resolve through Cloudflare:
mosaic.woltje.com→ web service on Coolify (port 3000)api.mosaic.woltje.com→ API service on Coolify (port 3001)Fix
Update (or create) the Cloudflare DNS A record for
mosaic.woltje.comto match the pattern used byapi.mosaic.woltje.com. This is likely a Cloudflare proxied A record pointing to the public IP.Context
See
docs/COOLIFY-DEPLOYMENT.mdfor full deployment details.Coolify service UUID:
ug0ssok4g44wocok8kws8gg8jason.woltje referenced this issue2026-02-22 07:21:50 +00:00
Resolved. DNS was pointing to old swarm node due to pfSense DNS overrides. Jason removed the overrides and both
mosaic.woltje.comandapi.mosaic.woltje.comnow resolve correctly through Cloudflare to 174.137.97.162.