Remove deprecated Web solution

This commit is contained in:
Ske
2019-10-26 19:47:11 +02:00
parent 6a73b3bdd6
commit 295f9f8abc
14 changed files with 0 additions and 375 deletions

View File

@@ -16,16 +16,6 @@ services:
- db
- influx
restart: always
web:
image: pluralkit
command: ["PluralKit.Web.dll"]
environment:
- "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres;Maximum Pool Size=1000"
links:
- db
ports:
- 2837:5000
restart: always
api:
image: pluralkit
command: ["PluralKit.API.dll"]