Deprecated webapp (old stats stack)

This commit is contained in:
Anthony Mineo 2020-09-29 14:43:26 -04:00
parent aed14743e6
commit c1fcb61731
54 changed files with 0 additions and 22410 deletions

View file

@ -57,35 +57,6 @@ services:
- internal
- external
# web:
# 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
# # APP_KEY: "You-need-to-generate-this (npx adonis key:generate --echo)"
# APP_KEY_FILE: /run/secrets/adonis.appkey
# DB_HOST: "db"
# DB_PORT: 5432
# DB_USER: ""
# DB_PASSWORD: ""
# DB_DATABASE: t2_stats
# secrets:
# - adonis.appkey
# ports:
# - "8080:8080"
# networks:
# - internal
# - external
# deploy:
# # labels:
# # - traefik.enable=false
# mode: replicated
# replicas: 1
volumes:
psqldata: