Khiet Tam Nguyen

Results 83 comments of Khiet Tam Nguyen

I've updated the template to mount clickhouse configs - see https://github.com/coollabsio/coolify/pull/5835/commits/1fa5150f67974b72525cecd35ebaff19121518b2. --- @Alihameed0010 what do the container logs say? Also, have you checked your browser's developer console for client logs?

@shadyar-bakr you can't change `SERVICE_FQDN_RYBBIT` since that's controlled by Coolify and is set based on your configured domain. Have you tried editing the domain and removing the `:80` port part?...

@goldflag typically not this long (my experience ranges from 1 week - 1 month typically). However, I think (speculation) this may have been put on hold because, similar to the...

> Can i work on this issue ? Feel free to :)

Looks like the nixpack PR has been merged, although some caveats to note: - https://github.com/railwayapp/nixpacks/pull/1119#issuecomment-2251372046 In short, using `--add-host` will automatically add `--network=host` (necessary for Docker on Linux). You can...

@ihsanhere do you have a domain configured for your application? When you add a domain, it automatically adds the app to `dokploy-network` which will allow you to access your internal...

> Do i have to manually add any configuration in the Dockerfile for this to work? No - the domain should be sufficient, although you should confirm that both your...

Try spinning up another container (or just change your docker command temporarily to `tail -f /dev/null` and redeploy), which will not error out. You can then 1. check that the...

Ran into a similar issue - `v.custom` does indeed solve it. Using @CordlessWool's example, source code ```ts import * as v from 'valibot'; const schema = v.custom( (input) => typeof...