Jurajzovinec / dev-db

Template repo for generating and distributing up to date development database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This repository is responsible for dumping of development data from production database to docker image which will be pushed to Digital Ocean Container Registry using Github actions. This allows us to pull image from CR and reuse it with docker-compose. This process is invoked on every sunday, by push event to main branch or by any other event defined in publish-image.yaml.

Docs

Further development

We can define more data by adjusting dump.mjs command and mask sensitive data


About

Template repo for generating and distributing up to date development database


Languages

Language:JavaScript 95.8%Language:Dockerfile 4.2%