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

Latest commit

 

History

History
executable file
·
63 lines (60 loc) · 2.56 KB

File metadata and controls

executable file
·
63 lines (60 loc) · 2.56 KB

Estimation Engine Estimation Engine

The Estimation Engine is a small Go tool designed to generate reliable estimates for work undertaken by Eurobase

Software Requirements

  • Go v1.19
  • MS SQL Server

Docker Compose

---
version: '3.3'
services:
  estimation_engine:
    image: mt1976/estimation_engine:latest
    container_name: estimation_engine
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
      - CONTEXT_PATH=url-base
    ports:
      - 5050:5050
    networks:
      - estEngNetwork
    restart: unless-stopped
networks:
  estEngNetwork:{}
logging:
  options:
    max-size: 1g

Data Model

Object Information can be found here

Badges

forthebadge made-with-go Go Docker - CI Docker - Publish Maintenance