-
Notifications
You must be signed in to change notification settings - Fork 68
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
Docker install instructions? #40
Comments
Also with the default docker-compose file, after adding a
|
You might need to add something like:
|
@dessalines The dockerfile was contributed by someone, I have not tested it yet. |
I got it to build from scratch in docker by adding lines similar to those above, and it loaded the main pixelfed page, but gave a message about site errors. |
There are a few people (including myself) who fixed the docker a while ago... but I'm waiting for a stable before I start investigating again |
Changing |
@ahstro i had the same error like in [fig. 1]. My fault was, that the APP_KEY variable in .env file was not set to 32 char random string. I had 33 chars. 🤦♂️ |
😭 fix:
💘 |
When i open the registration.. in debug i get this message:
|
After some struggling, I finally made the contributed Docker-Images run. Using the fpm Dockerfile, a resulting image file using 1.39 GiB memory is used. From my point of view, this can be optimizied, since layers can be combined etc. For official images, like proposed in #19 , this would be far to much. If you like to, I could give it a try within the next weeks. |
@carstencodes I'd be very interested in official docker images and instructions on deploying using these images. |
As for now when I try to
|
Are there any updates on a (semi-)official docker image? |
Looking at the instructions and steps and required services really there needs to be an official docker image for this. |
Preferably a recommended |
Opening this back up for anyone who finds this from Google. The docker images are booting now, and with a few other manual steps (the "one-time setup tasks"), Pixelfed is mostly coming up now. Here is the PR: pixelfed/pixelfed#3850) (Oddly enough, I'm still getting the "SSL_ERROR_RX_RECORD_TOO_LONG" error when trying to register, which is how I ended up here!) |
Neither prod nor dev docker install instructions are on the docs website, or here.
The text was updated successfully, but these errors were encountered: