mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-15 16:24:36 +00:00
v0.1.3
This commit is contained in:
parent
915b396bc5
commit
ade7f7e288
2 changed files with 23 additions and 2 deletions
|
|
@ -22,3 +22,9 @@ services:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./app/t2-stat-parser:/app
|
- ./app/t2-stat-parser:/app
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# api:
|
||||||
|
# volumes:
|
||||||
|
# - ./app/api:/home/node/app
|
||||||
|
|
@ -4,7 +4,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: "amineo/t2-stats-db:v0.1.2"
|
image: "amineo/t2-stats-db:v0.1.3"
|
||||||
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.2"
|
image: "amineo/t2-stats-parser:v0.1.3"
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./build/go-t2-stat-parser/Dockerfile
|
dockerfile: ./build/go-t2-stat-parser/Dockerfile
|
||||||
|
|
@ -47,6 +47,21 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
||||||
|
|
||||||
|
# api:
|
||||||
|
# image: "node:12-alpine"
|
||||||
|
# depends_on:
|
||||||
|
# - db
|
||||||
|
# networks:
|
||||||
|
# - internal
|
||||||
|
# - external
|
||||||
|
# deploy:
|
||||||
|
# labels:
|
||||||
|
# - traefik.enable=true
|
||||||
|
# mode: replicated
|
||||||
|
# replicas: 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
psqldata:
|
psqldata:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue