You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what i understand from issues and messages on the discord server it is a known problem that people can't run dokploy on proxmox lxc, the solution i'm about to report will fix all the problems
Describe the solution you'd like
With proxmox lxc we just need to use the docker service's hostname instead of the docker service's name when making connection calls. So, to fix that problem we just need the possibility to customize the hostname (--hostname on creation of the docker services) of all dokploy services and applications created of the same. When i change the hostname of a service it's important to automatically (at least the dokploy's important services like redis) call the hostname instead of the name of the service
Example 1:
The name of the redis service is dokploy-redis
The hostname of the redis service is dokploy-redis-host
All calls to redis will be with dokploy-redis-host name and not anymore dokploy-redis
Example 2:
The name of the redis service is dokploy-redis
The hostname of the redis service is not specified
All calls to redis will be with dokploy-redis name
Describe alternatives you've considered
For the dokploy's services (like dokploy-redis) you can make the possibility to not automatically create them itself but give us the possibility to create our services with custom hostname. However, for the dokploy's applications we still need the possibility to change his hostname or you can use a predictable one like appname-service
Additional context
It would be also nice if you combine the two solutions, so i can choose to change the hostname or directly use my own services instead of the automatically generated dokploy services
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered:
What problem will this feature address?
From what i understand from issues and messages on the discord server it is a known problem that people can't run dokploy on proxmox lxc, the solution i'm about to report will fix all the problems
Describe the solution you'd like
With proxmox lxc we just need to use the docker service's hostname instead of the docker service's name when making connection calls. So, to fix that problem we just need the possibility to customize the hostname (--hostname on creation of the docker services) of all dokploy services and applications created of the same. When i change the hostname of a service it's important to automatically (at least the dokploy's important services like redis) call the hostname instead of the name of the service
Example 1:
The name of the redis service is dokploy-redis
The hostname of the redis service is dokploy-redis-host
All calls to redis will be with dokploy-redis-host name and not anymore dokploy-redis
Example 2:
The name of the redis service is dokploy-redis
The hostname of the redis service is not specified
All calls to redis will be with dokploy-redis name
Describe alternatives you've considered
For the dokploy's services (like dokploy-redis) you can make the possibility to not automatically create them itself but give us the possibility to create our services with custom hostname. However, for the dokploy's applications we still need the possibility to change his hostname or you can use a predictable one like appname-service
Additional context
It would be also nice if you combine the two solutions, so i can choose to change the hostname or directly use my own services instead of the automatically generated dokploy services
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered: