-
Notifications
You must be signed in to change notification settings - Fork 174
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
Self-contained Docker Image #175
Comments
Thanks for posting this. I'm thinking about modifying my pds setup to something similar. Questions for you. Are any of the following required from the current setup?
I feel like those three make hosting pds much more complex than it really needs to be. |
Have tried running via Traefik, seems to work but crashes after 10 minutes with exit code 137 and no other error in logs |
@t0mtaylor I'll take a look, I'm making some changes already. For anyone else who wants to help out with this, please use this github repo to submit issues. I don't want to fill bluesky's repo with my external project's issues |
@gravityfargo i'll post the issue on your git repo - gravityfargo/bluesky-pds-docker#2 |
Answering these questions for brevity.
Not necessary, I pushed a new image out that runs as an unprivileged user with UID/PID configurable with environment variables.
My personal use-case runs the container behind traefik on a proxy network, so no.
You can bind the container directory |
I posted this in the Discord, but I'll post here as well. I made a self contained docker container that works behind traefik with some instructions. I've run through the deployment I documented a few times and resulted in a functional pds each time. I made this for another project, but I figured others would find it useful.
Repo:
https://forgejo.gravityfargo.dev/gravityfargo/bluesky-pds-docker
Container:
Forgejo or Docker Hub
Hopefully a solution for #117 #85 #46
The text was updated successfully, but these errors were encountered: