fix(deploy): network_mode: host + loopback for postgis/ollama #34
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/host-network"
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?
postgis is bound to 127.0.0.1 on the host; goldstein pattern of network_mode: host works. Drop extra_hosts + ports (unused in host mode). AppConfig defaults + .env.example + tests updated.