Coolify: Fix mosaic.woltje.com DNS record #440

Closed
opened 2026-02-22 07:21:19 +00:00 by jason.woltje · 1 comment
Owner

Problem

mosaic.woltje.com resolves to 10.1.1.45 (old Swarm node w-docker0) instead of going through Cloudflare to Coolify.

api.mosaic.woltje.com correctly resolves to 174.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.com to match the pattern used by api.mosaic.woltje.com. This is likely a Cloudflare proxied A record pointing to the public IP.

Context

See docs/COOLIFY-DEPLOYMENT.md for full deployment details.
Coolify service UUID: ug0ssok4g44wocok8kws8gg8

## Problem `mosaic.woltje.com` resolves to `10.1.1.45` (old Swarm node w-docker0) instead of going through Cloudflare to Coolify. `api.mosaic.woltje.com` correctly resolves to `174.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.com` to match the pattern used by `api.mosaic.woltje.com`. This is likely a Cloudflare proxied A record pointing to the public IP. ## Context See `docs/COOLIFY-DEPLOYMENT.md` for full deployment details. Coolify service UUID: `ug0ssok4g44wocok8kws8gg8`
Author
Owner

Resolved. DNS was pointing to old swarm node due to pfSense DNS overrides. Jason removed the overrides and both mosaic.woltje.com and api.mosaic.woltje.com now resolve correctly through Cloudflare to 174.137.97.162.

Resolved. DNS was pointing to old swarm node due to pfSense DNS overrides. Jason removed the overrides and both `mosaic.woltje.com` and `api.mosaic.woltje.com` now resolve correctly through Cloudflare to 174.137.97.162.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#440