- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Nov 21 2018
Nov 20 2018
Thanks @bkoehn! A lot of people have their eyes on the Docker setup right now, but for now @benovermyer has taken the reins on it. What other kinds of build integrations could you help with?
Nov 19 2018
BTW if you can tell me how to do a build I'll include that in a multi-stage Dockerfile that will build the app and yield a compact image.
I have a simple but functional Dockerfile that I use. You can get it on my GitLab. Really it doesn't need much; feel free to use it in the official distro; right now it takes the URI of the current release as a build argument; if you need additional build integration I'd be happy to help out.
A few changes:
Nov 18 2018
Nov 17 2018
Nov 16 2018
Nov 15 2018
Nov 14 2018
Also #25 on GitHub
Nov 13 2018
That latest change still needs schema.sql in the same folder, but adds the option to create tables with writefreely --init-db
Looking at a way to include schema.sql in the binary now. So many libraries to pick from...