arobius
dokploy adding 2 forward slashes after domain
I haven't deployed svelte kit and I usually deploy using docker compose, but would this line in your dockerfile be the potential culprit?
Try removing that extra forward slash at the end and see if it helps.
7 replies
Dokploy inaccessible using domain after Cloudflare DNS
Also what port is your application running on
domain.com
? It could be conflicting with dokploy that also runs on 3000. For now try to change the dokploy UI domain to be something else other than your application like dokploy.domain.com
. Don't forget to add the DNS record17 replies
How to deploy docker stack/swarm application
I may have figured it out. I took these steps and it seems to work now:
- Add a container/docker registry account to dokploy
- append '--with-registr-auth' to the default command used to start the docker compose stack (can be found in the 'Advanced' tab)
stack deploy -c ./docker-compose.ya<...> --with-registry-auth --prune
I say may because I tried a bunch of other stuff when I SSH'd into the server running dokploy also. I did try to undo as much of them as I could so I could isolate and confirm this was the solution though8 replies
Cant access private docker registry
I'm running into the same issue Patrick. Try to deploy with docker stack using images from a private repo and I get these warnings (should be errors imo)
image cappig/shoplytic-grocery-admin:staging could not be accessed on a registry to record
Could you give me more details on your solution?3 replies
How to deploy docker stack/swarm application
I feel like theres some crucial thing I am missing. Because I do not see any of the containers for the defined services in the Logs, Monitoring tabs or on the Docker Containers page. I only see my 2 databases (redis + mysql) containers running there.
Have I done the right steps? Isn't there a need for credentials or anything since the images are hosted on a private registry?
Although it says deployment was successful it seemed too easy 😩
8 replies
NestJS Deploy error : Error response from daemon: No such container: select-a-container
There is instructions for github here
https://docs.dokploy.com/docs/core/auto-deploy
22 replies
How to automate account creation after install?
I concur. Being able to set options pre-install would be great. It is also a small security concern having to create a username/password on an unsecured connection when you first install and open the application. Would be nice to be able to set stuff up like that by passing params or options to the script.
2 replies
How to bind specific ip on database service?
I am not sure if you can set a different IP since that IP is the one for your server that dokploy is running on. I believe that port option is just for if you want to have a different port for the external connections to database (not ip address).
2 replies
Gitlab not connecting
Did you update Dokploy server? There was a new update that potentially broke those things so you may have to add them again. My gitlab connection wasn't affected and still works fine
From releases channel
Breaking Changes: If you created resources in Git Providers, SSH Keys, Registry & Destinations before v0.11.0, they will be automatically deleted due to the new authentication system. You'll need to recreate them, you will also need to setup 2fa if you have setup before.Also ensure you enter the 'optional' Group Name setting when you add a gitlab connection. For me I c an't see any repo's if I don't have my group there.
3 replies