mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-16 00:34:43 +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
|
||||
services:
|
||||
|
||||
db:
|
||||
image: "amineo/t2-stats-db:v0.1.4"
|
||||
image: "amineo/t2-stats-db:v0.2.0"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./build/postgres/Dockerfile
|
||||
|
|
@ -24,9 +23,8 @@ services:
|
|||
placement:
|
||||
constraints: [node.role == manager]
|
||||
|
||||
|
||||
parser:
|
||||
image: "amineo/t2-stats-parser:v0.1.4"
|
||||
image: "amineo/t2-stats-parser:v0.2.0"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./build/go-t2-stat-parser/Dockerfile
|
||||
|
|
@ -45,18 +43,17 @@ services:
|
|||
mode: replicated
|
||||
replicas: 1
|
||||
|
||||
|
||||
web:
|
||||
image: "amineo/t2-stats-web:v0.1.0-rc5"
|
||||
image: "amineo/t2-stats-web:v0.1.0-rc6"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./build/webapp/Dockerfile
|
||||
environment:
|
||||
NODE_ENV: "production" # set as default in image
|
||||
CACHE_VIEWS: "true" # set as default in image
|
||||
APP_NAME: "Web" # set as default in image
|
||||
NODE_ENV: "production" # set as default in image
|
||||
CACHE_VIEWS: "true" # set as default in image
|
||||
APP_NAME: "Web" # set as default in image
|
||||
|
||||
# APP_KEY: "You-need-to-generate-this (npx adonis key:generate --echo)"
|
||||
# APP_KEY: "You-need-to-generate-this (npx adonis key:generate --echo)"
|
||||
APP_KEY_FILE: /run/secrets/adonis.appkey
|
||||
|
||||
DB_HOST: "db"
|
||||
|
|
@ -91,17 +88,13 @@ services:
|
|||
# mode: replicated
|
||||
# replicas: 1
|
||||
|
||||
|
||||
|
||||
volumes:
|
||||
psqldata:
|
||||
|
||||
|
||||
networks:
|
||||
external:
|
||||
internal:
|
||||
|
||||
|
||||
secrets:
|
||||
adonis.appkey:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue