timeservice
Rest-API service which return current time on MSK. Written on Golang.
Deployed:
curl -X GET http://51.158.106.134/gettime
How to build in Docker image:
docker build -t timeservice:latest .
How to run in container:
You should run locally where been built docker image
docker-compose up -d
✌