Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 337 Bytes

readme.md

File metadata and controls

15 lines (13 loc) · 337 Bytes

Rust Quest API

docker instructions

stand docker up

initializes a postgres database with the schema and data from the sql script the sql script is /database/init.sql

docker-compose up -d

tear docker down

you probably want to do this to reinitialize the database with the sql script

docker compose down -v