parser update, non-restart - node cron

This commit is contained in:
Anthony Mineo 2020-09-23 10:57:09 -04:00
parent ef3909b8ac
commit 67eb8db0c8
5 changed files with 9 additions and 7644 deletions

View file

@ -24,7 +24,7 @@ services:
constraints: [node.role == manager]
parser:
image: "amineo/t2-stats-parser:v0.2.0"
image: "amineo/t2-stats-parser:v0.3.0"
build:
context: .
dockerfile: ./build/go-t2-stat-parser/Dockerfile
@ -44,7 +44,7 @@ services:
replicas: 1
api:
image: "amineo/t2-stats-api:v0.0.7"
image: "amineo/t2-stats-api:v0.0.10"
build:
context: .
dockerfile: ./build/api/Dockerfile