You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
leonid98 f82aac5173 transaction pull added 1 year ago
.drone.yml Initial commit 1 year ago
.flake8 Initial commit 1 year ago
.gitignore Initial commit 1 year ago
.gitlint Initial commit 1 year ago
.pre-commit-config.yaml Initial commit 1 year ago
Dockerfile Initial commit 1 year ago
README.md Initial commit 1 year ago
docker-compose.yml Initial commit 1 year ago
main.py transaction pull added 1 year ago
mock_response.py transaction pull added 1 year ago

README.md

Introduction

This repository is a skeleton for a microscript container image -- that is container that get's started either by Kubernetes Job or CronJob and that does not run forever.

In this particular example MongoDB is included in the setup.

How to use this repository

  • Fork with suitable name under k-space organization
  • Adjust maintainer name and e-mail in `Dockerfile
  • Add/remove dependencies as necessary in Dockerfile
  • Make sure docker-compose.yml brings up sensible development environment

Prerequisites

  • Docker runtime is installed
  • Your user is user of group docker
  • Docker compose is installed
  • Pre-commit framework is installed, if necessary apt-get install pre-commit

Development environment

docker-compose up --build

To access MongoExpress open up http://localhost:8081/