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

Latest commit

 

History

History
59 lines (39 loc) · 1.12 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.12 KB

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