mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-14 15:54:33 +00:00
New stat format images
This commit is contained in:
parent
0b5aceca7a
commit
f1e93e9d29
1 changed files with 13 additions and 20 deletions
|
|
@ -2,9 +2,8 @@ version: "3.7"
|
||||||
|
|
||||||
# Service Definitions
|
# Service Definitions
|
||||||
services:
|
services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: "amineo/t2-stats-db:v0.1.4"
|
image: "amineo/t2-stats-db:v0.2.0"
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./build/postgres/Dockerfile
|
dockerfile: ./build/postgres/Dockerfile
|
||||||
|
|
@ -24,9 +23,8 @@ services:
|
||||||
placement:
|
placement:
|
||||||
constraints: [node.role == manager]
|
constraints: [node.role == manager]
|
||||||
|
|
||||||
|
|
||||||
parser:
|
parser:
|
||||||
image: "amineo/t2-stats-parser:v0.1.4"
|
image: "amineo/t2-stats-parser:v0.2.0"
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./build/go-t2-stat-parser/Dockerfile
|
dockerfile: ./build/go-t2-stat-parser/Dockerfile
|
||||||
|
|
@ -45,9 +43,8 @@ services:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: "amineo/t2-stats-web:v0.1.0-rc5"
|
image: "amineo/t2-stats-web:v0.1.0-rc6"
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./build/webapp/Dockerfile
|
dockerfile: ./build/webapp/Dockerfile
|
||||||
|
|
@ -91,17 +88,13 @@ services:
|
||||||
# mode: replicated
|
# mode: replicated
|
||||||
# replicas: 1
|
# replicas: 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
psqldata:
|
psqldata:
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
external:
|
external:
|
||||||
internal:
|
internal:
|
||||||
|
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
adonis.appkey:
|
adonis.appkey:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue