Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-eli Database

This database is shared across all of my personal projects.

Releasing a new version

Checkout the master branch

git checkout master && git pull
git checkout -b "version-update-<version>" && git push

The CI/CD pipeline will start. Expect your changes to display live in 3-4 minutes.

Local development

Run the following command to build the image:

sudo docker-compose build

Start the docker container:

sudo docker-compose up -d

Configuration

For easier configuration while running locally, you can create a .env file at the root of the project populated with the dsired parameters.

For example:

PG_USER='admin'
PG_PASSWORD='admin'
PG_DB='admin'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages