-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback for “Docker Compose” Documentation #238
Comments
@jamesread can you have a look? |
Yep, assign to me and I'll fix this evening. |
It would be great to receive more information on configuring and fast local deployment of the app as well. I got Postiz running locally by following the: https://docs.postiz.com/installation/development Otherwise following the Docker Compose: https://docs.postiz.com/installation/docker-compose didn't work as expected. Generating prisma schema and applying DB changes couldn't find the .env file. Based on that I think that the requirement for node is that the .env needs to be placed in the main directory and not as defined in docker compose in What is the preferred way of running this software for testing locally? I'd be happy to contribute some technical documentation, currently I cannot find sufficient information to reliably test locally. Google OAuth failed to work (client_id) missing. Other routes seem to have the same issue (these values are not set in .env), and their importance is unknown. |
The docker is new and needs more work - we would be happy if you could help us. |
@nevo-david I will join Discord and discuss with you. I would need to understand the app more to write up parts of the docs, and I would have to know what is the preferred workflow. |
@Kaszanas I actually made quite a few improvements about 24 hours ago, but they got lost in the migration to the new docs system. I'm actually doing a full end to end test on a clean Ubuntu VM now, and I've reimplemented some of those changes, but I've much-improved the docker compose docs. Annoyingly I cannot push the doc changes because I don't have access to the new repository yet! I also found one bug in the container, which I've just patched, and I'm building new container images now. |
@jamesread thanks for the information. If you point me towards a branch I could have a look. Anyway I'll be testing the app further in the upcoming days and if I find anything stick outb I'll let you know! |
Save yourself a bit of effort and wait til tomorrow, you'll see some major improvements in docs!
…On Sun, 15 Sep 2024, at 23:43, Kaszanas wrote:
@jamesread <https://github.com/jamesread> thanks for the information.
If you point me towards a branch I could have a look. Anyway I'll be testing the app further in the upcoming days and if I find anything stick outb I'll let you know!
—
Reply to this email directly, view it on GitHub <#238 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAPOR422XVXXZ6J5V6HILN3ZWYEPXAVCNFSM6AAAAABOH5CSYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJRHAYTQMRYHE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
---
James Read
web: http://jread.com tel: +44 (0)7899 688 226 mail: ***@***.***
|
Save yourself some effort now and wait til tomorrow, you'll see some major improvements in docs! :-) |
Thanks! The improvements seem to be online. But the routing seems broken. route: https://docs.postiz.com/installation/kubernetes-helm is still available and shows: Then when "Docker" is clicked it changes to this: There are more instances of such behavior, but it is impossible to describe them in text reliably. Only some navigation buttons cause this. |
Yeah, this was due to some weird caching issues on Vercel, which Nevo seems to have fixed now. gitroomhq/postiz-docs#4 I've just made some pretty big changes to docker compose, @Kaszanas , could you take another look and see how it looks now? |
@jamesread Sure thing, where should I look for the fresh docker compose ;)? |
We had a long chat on discord, and made one or two extra tweaks so nothing else from this issue should be open. Let's keep docs improvements going in new issues. :-) |
Currently "Edit this page" button does not work.
Additionally upon copying the example docker-compose file, there are a few tab indentations within the file.
This is most likely an issue with the copying mechanism. The indentations break and need to be fixed manually to achieve correct syntax.
Copied example:
Correct syntax:
The text was updated successfully, but these errors were encountered: