I can't do a Fresh install of Epic Stack Remix
Hi, I have been trying to deploy
https://github.com/itsmegood/epic-stack/blob/main/other/Dockerfile
(Remix - Epic Stack) I have made changes according to https://github.com/itsmegood/epic-stack/blob/main/docs/deployment.md#deploying-locally-using-dockerpodman it stops after step 6.48 any idea/ suggestions would be very helpful.
20 Replies
if you want simauricia i can provide you with the server dekploy already installed
I tried to deploy and i have this error

Looks like the builder of the dockerfile is omitting some logs 🤔
Not sure coolify does deploy this only problem come at the very last step
Also got the normal docker deploy working too
that was the same erro you had in coolify?\
No

Something with volume /litefs
Someone suggested to create docker compose file to persist the volume so I started learning that too
Also if you want the ip:3000 dokploy dashboard to test let me know
I bought the vps for testing only
I'm testing locally, give me a moment
I’ll probably need to make some changes in the docker file builder since is omitting some logs and this is not the first time is happening, the error is clear In the image I share above, is because is missing one file
Strange no file seems missing could it be that because docker file is in /other/Dockerfile or I introduced workdir as /myapp it's expecting package.json there?
I just tried and it looks like this was it. Its expecting docker file in root directory
It stopped at step 21 can you try again?

Ok after removing the line completely cause it might not be able to mount I am stuck at the same spot as coolify

I think we are very close just few more steps and this should be able to deploy
Let's goo dokploy
I got the thing to deploy @Siumauricio kinda
I got the image build from dokploy but to run it i had to use the 3 command

from the terminal
but after i got this i can access it via my dokploy dashboard
no idk if this will make litefs persistant or i would have to do this everytime i push something new to github
for make sqlite database persisten use a volume
in advanced settings
looks like using the docker builder directly it works fine without any issues, I'll replace the builder so you don't going to have more any issue!
PR for this issue: https://github.com/Dokploy/dokploy/pull/265
GitHub
refactor(docker-build): replace docker build with the command by Si...
transition the docker build process from dockerode to raw command, since we have some troubles that are causing some features aren't available such as #155 and some people experience the docker...
Thankyou so much
Can you also make it so that we can have a docker container running without it deploying our app.
Like just deploy a docker container cause if I want to do seed in production https://github.com/itsmegood/epic-stack/blob/main/docs/database.md#seeding-production I want the app be not running but I want the docker access to run commands
GitHub
epic-stack/docs/database.md at main · itsmegood/epic-stack
This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea. - itsmegood/epic-stack