mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-19 17:34:43 +00:00
api v0.0.5
This commit is contained in:
parent
9e40b300f5
commit
1a51c95b82
|
|
@ -15,7 +15,7 @@ import (
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// fmt.Println("Starting FTP stat file download")
|
// fmt.Println("Starting FTP stat file download")
|
||||||
//initFTP()
|
initFTP()
|
||||||
// fmt.Println("Stat files downloaded!")
|
// fmt.Println("Stat files downloaded!")
|
||||||
|
|
||||||
fmt.Println("Starting stat parser")
|
fmt.Println("Starting stat parser")
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
||||||
api:
|
api:
|
||||||
image: "amineo/t2-stats-api:v0.0.4"
|
image: "amineo/t2-stats-api:v0.0.5"
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./build/api/Dockerfile
|
dockerfile: ./build/api/Dockerfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue