The Estimation Engine is a small Go tool designed to generate reliable estimates for work undertaken by Eurobase
- Go v1.19
- MS SQL Server
---
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
Object Information can be found here
- catalog.md
- confidence.md
- credentials.md
- credentialsAction.md
- docType.md
- estimationSession.md
- estimationSessionAction.md
- estimationState.md
- externalMessage.md
- feature.md
- featureNew.md
- inbox.md
- origin.md
- originState.md
- profile.md
- project.md
- projectAction.md
- projectState.md
- resource.md
- schedule.md
- session.md
- translation.md
- userRole.md