Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

j2cry/inTravelAccounting

Repository files navigation

Setup instructions

  1. Create docker network
docker network create cost-net
  1. Run mongo container with
docker run --net cost-net --hostname mongo_data --name mongo_data -d mongo:5.0.6
  1. Make application docker image with
docker build -t cost_image .
  1. Run application container with
docker run --net cost-net --name cost_app -dp 80:8080 cost_image

To start with Traefik:

docker-compose -f cost-compose.yml up -d

About

Utility for calculation of mutual debts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors