Replies: 4 comments 4 replies
-
Hey you can check this PR
Follow the new section on the README.md for production docker image and use the docker-compose.prod.yml |
Beta Was this translation helpful? Give feedback.
-
It looks like the database connection is ready and everything should be working fine. What is your site URL? It might be related to that one. |
Beta Was this translation helpful? Give feedback.
-
The main brach is updated to use docker images. I'm still testing but I hope you can help with it as well, to see if it solves your problem. |
Beta Was this translation helpful? Give feedback.
-
Thanks @tiagorvmartins and @meceware, I'm a ux/ui designer by day, so forgive me if I'm stuck at something trivial, or if some parts of my post makes no sense. For a bit more context, my docker set up is running via Dockstarter through an override yaml file. Again, doing this because I'm not a dev. All the docker containers I've been running have been pre-compiled so it was easy for me to spin them up to get them running. That said, I'm not afraid of terminals/command lines. With my set up, you're right in saying that the database is fine. In checking the db's docker logs, no errors appear. cron's logs however, shows a Since my post, I've made port 3000 available for wapy. I'll try starting everything from scratch with the latest release; will update after. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Tried to get it to run via docker compose but am failing to get it to run.
Go easy on me as I've a passing knowledge in self-hosting, but I get by by trial and error.
Changed the names of services db, app, cron to wapydb, wapyapp, wapycron respectively (along with updating the depends_on), though I suspect it's not the case.
As I have another service running on port 3000, I changed the port line to
- '3210:3000'
.In .env, I added values to ID and SECRET keys to Github and Google, along with the RESEND API key. Left the rest alone.
Am I missing something?
Would rather run this via docker compose as it's easier in my set up. Have other services running smoothly with this method. Would really love to get this going as I'm a fan of shadn/ui components.
Thanks!
Edit: Update: Copied the whole repo into the docker compose directory but I just see a 404 page.
Looking at the logs for wapydev-app:
Beta Was this translation helpful? Give feedback.
All reactions