Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.07 KB

File metadata and controls

36 lines (22 loc) · 1.07 KB

P-Stream Docker

Pre-configured all-in-one docker compose configuration for P-Stream.

For an optimal experience, install the P-Stream Userscript

The following services are included and configured:

To run P-Stream, ensure Docker and Docker Compose are installed and run the following command:

docker compose -f compose.yaml up --wait -d

To stop it, run:

docker compose down

If it's succeeded, P-Stream should be accessible at http://localhost:4000.

You can configure further by modifying the .env and/or compose.yaml files.

Troubleshooting

chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted

Ensure the ./data/backend/database directory is owned by your user.

If using WSL, run docker compose up outside of WSL once.