This commit is contained in:
Anthony Mineo 2020-03-15 14:53:11 -04:00
parent 915b396bc5
commit ade7f7e288
2 changed files with 23 additions and 2 deletions

View file

@ -22,3 +22,9 @@ services:
- "8080:8080"
volumes:
- ./app/t2-stat-parser:/app
# api:
# volumes:
# - ./app/api:/home/node/app

View file

@ -4,7 +4,7 @@ version: "3.7"
services:
db:
image: "amineo/t2-stats-db:v0.1.2"
image: "amineo/t2-stats-db:v0.1.3"
build:
context: .
dockerfile: ./build/postgres/Dockerfile
@ -26,7 +26,7 @@ services:
parser:
image: "amineo/t2-stats-parser:v0.1.2"
image: "amineo/t2-stats-parser:v0.1.3"
build:
context: .
dockerfile: ./build/go-t2-stat-parser/Dockerfile
@ -47,6 +47,21 @@ services:
replicas: 1
# api:
# image: "node:12-alpine"
# depends_on:
# - db
# networks:
# - internal
# - external
# deploy:
# labels:
# - traefik.enable=true
# mode: replicated
# replicas: 1
volumes:
psqldata: