Build:
docker compose buildRun:
docker compose upTest:
echo "test" | curl -F "c=@-" http://localhost:2334/ | jqClean up (including data):
docker compose down -vAt /opt/paste-server-rs/:
- Copy or link the
production.compose.ymltocompose.yml - Create a
.envfile - Run
docker compose up -d
.env file example:
POSTGRES_USER=postgres
POSTGRES_PASSWORD=somepassword
POSTGRES_DB=paste