diff --git a/config/config.example.json b/config/config.example.json index 9e26dfe..97302e7 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -1 +1,9 @@ -{} \ No newline at end of file +{ + "db": { + "host": "postgres", + "password": "correcthorse" + }, + "web": { + "port": 8080 + } +} \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..bd63042 --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# Archery +## Build system for pacman + +Quickly trigger build jobs on a remote system (perhaps one with more RAM?) for debugging packaging issues. Switch between Artix and Arch to compare builds. Enable testing or staging repos in a single click. + +Consult [docker-compose.yml](docker-compose.yml) and [config.example.json](config/config.example.json) to get an understanding of how to deploy Archery.