apis
apis
DDokploy
Created by notruedev on 11/30/2024 in #help
VPS self-hosted supabase and local supabase sync issue
You need to remove the comments on the following lines if you want to access postgres externally in docker-compose.yml
# ports:
# # Pass down internal port because it's set dynamically by other services
# - ${POSTGRES_PORT}:${POSTGRES_PORT}
# ports:
# # Pass down internal port because it's set dynamically by other services
# - ${POSTGRES_PORT}:${POSTGRES_PORT}
6 replies
DDokploy
Created by apis on 11/3/2024 in #help
Bun latest version
latest commit can upgrade to bun v1.1.34 now
5 replies
DDokploy
Created by apis on 11/3/2024 in #help
Bun latest version
upgraded to bun v1.1.31, but it's still not the latest version, which is bun v1.1.34
5 replies
DDokploy
Created by apis on 11/3/2024 in #help
Bun latest version
create nixpacks.toml
[phases.setup]
nixpkgsArchive = '37674aa8c2d7ae27c66a9b28d3b1cacac469db96'

[start]
cmd = "bun run start"
[phases.setup]
nixpkgsArchive = '37674aa8c2d7ae27c66a9b28d3b1cacac469db96'

[start]
cmd = "bun run start"
pick latest commit from https://github.com/NixOS/nixpkgs/commits/master/
5 replies