Commit 3093b1e1 authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

blurb on release

parent a9eee7b1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ A docker image and python package are provided for use as a base image in `docke

`common_package/sql/` contains the .sql files `create_tables.sql` and `fill_tables.sql` which serve as examples for how to initialize a postgres Database in your project (See below in the Creating an extensible Database Python Class section for details in how to create the Python Class.) The `volumes` statement in the docker-compose files runs these sql files once the container is created.

## Releases

To initiate a release, run `./release.sh release`. This will force checkout develop and run the release process to push to the package registry and container registry.

### Configuration via Environment Variables
Below is a list of environmental variables and what they do: