This commit is contained in:
Anthony Mineo 2020-03-08 14:26:55 -04:00
parent 15294ad2e5
commit 9071887407

View file

@ -4,7 +4,7 @@ version: "3.7"
services: services:
db: db:
image: "amineo/t2-stats-db:v0.1.1" image: "amineo/t2-stats-db:v0.1.2"
build: build:
context: . context: .
dockerfile: ./build/postgres/Dockerfile dockerfile: ./build/postgres/Dockerfile
@ -26,7 +26,7 @@ services:
parser: parser:
image: "amineo/t2-stats-parser:v0.1.1" image: "amineo/t2-stats-parser:v0.1.2"
build: build:
context: . context: .
dockerfile: ./build/go-t2-stat-parser/Dockerfile dockerfile: ./build/go-t2-stat-parser/Dockerfile