Christian Winther
Christian Winther
bump on this one 🙏
bumping on this @deankarn
Hey! I certainly apologize if it looks like I've hijacked/copied/stepped on anything other PRs were doing without attribution! This PR is however just my local fork build over new years...
**Update for today** 1. Greatly expanded [documentation](https://github.com/jippi/pixelfed/tree/jippi-fork/contrib/docker#fixing-ownership-on-startup) 1. [Customizing your Dockerfile](https://github.com/jippi/pixelfed/tree/jippi-fork/contrib/docker#customizing-your-dockerfile) 1. [Templating](https://github.com/jippi/pixelfed/tree/jippi-fork/contrib/docker#templating) 1. [Fixing ownership on startup](https://github.com/jippi/pixelfed/tree/jippi-fork/contrib/docker#fixing-ownership-on-startup) 1. Refactored/cleaned up and documented most of the code 1. [`entrypoint.d` scripts](https://github.com/jippi/pixelfed/tree/jippi-fork/contrib/docker/shared/root/docker/entrypoint.d)...
**Update for today** ## Functional and production ready docker-compose example (Apache and Nginx) [Functional turn-key, end-to-end, automated, almost production ready, `docker-compose` MariaDB example](https://github.com/jippi/pixelfed/tree/jippi-fork/contrib/docker-compose) including 1. Light weight documentation 2. Support...
Great idea, I'll make sure to include that :) I was honestly inclined to just drop one of them to simply things a lot
@dansup I could use some feedback on the changes in this PR (I'm still doing some testing, but are largely complete with all the big stuff)
## Milestone I spun up a fresh Ubuntu 22.04 installation, and [blindly followed the docs](https://github.com/jippi/pixelfed/blob/jippi-fork/docker/README.md) which included 4 steps 1. clone repo 2. copy + modify `.env` file 3. `docker...
@Strubbl yes, it totally should be - If you have a setup running on the old Docker Compose/Dockerfile setup I would love to figure out how to do a proper...
I'm curious about how to offer a migration path for the old volumes, how do y'all use those? The old `docker-compose.yml` file used anonymous volumes by default 😢 If people...