mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
How to setup on coolify #390
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 @clemwo on 11/26/2025
Hi, this project looks great!
However I have no clue how I can run this on coolify.
I have a project with two environments, production and staging, each having its own postgres database. The server is hosted on a hetzner server.
I simply created a new Postgresus resource and started it. Coolify generated a Url
xxxxx.slip.io:4005that I can't access.That is kinda expected since I have a firewall on my hetzner server that only allows a few ports. Now when I allow Port 4005 I still can't access postgresus.
Besides that I'm a beginner in selfhosting and don't want to open ports before knowing what I'm doing exactly.
So I would appreciate some guidance, thanks a lot!