Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

emilweth/pixelfed-docker

Repository files navigation

pixelfed-docker

Run pixelfed in a docker compose environment

Requirements

You need to have the following tools :

Installation

Pull the docker images

docker compose pull

Run the setup script

./setup.sh

Start the database

docker compose up -d database

Run the migrations

docker compose --profile migration up pixelfed-migrations

Usage

Start the whole stack

docker compose up -d

Get a shell inside the pixelfed container (to run commands like php artisan user:create e.g.)

docker compose exec pixelfed sh

Advanced Usage

You can add additional env var (e.g. for S3) in the .env.extra file. Refer to the pixelfed documentation for more informations.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages