mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-21 20:14:18 -05:00
DNS resolution doesn't work with Isolated Deployment #152
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 @loics2 on GitHub (Nov 13, 2025).
To Reproduce
DOMAINenv var tomy.domain.comCurrent vs. Expected behavior
The main container
bookstackcannot access the database using the host namebookstack-db.Here's
bookstacklogs:cloud-bookstack-kknnih-bookstack-1-20251113_195655.log.txt
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker Compose
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
Disabling the Isolated Deployment and adding the external
dokploy-networkin the docker compose file seems to fix the issue.Will you send a PR to fix it?
Maybe, need help