mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Revert "Attempt to speed up Docker building"
This reverts commit f5c5291877.
This commit is contained in:
parent
c94c6c1c41
commit
5aa47278cb
2 changed files with 4 additions and 15 deletions
|
|
@ -2,7 +2,7 @@ version: "3"
|
|||
services:
|
||||
bot:
|
||||
build: .
|
||||
command: ["--project", "PluralKit.Bot"]
|
||||
entrypoint: ["dotnet", "run", "--project", "PluralKit.Bot"]
|
||||
environment:
|
||||
- "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres;Maximum Pool Size=1000"
|
||||
- "PluralKit:InfluxUrl=http://influx:8086"
|
||||
|
|
@ -17,7 +17,7 @@ services:
|
|||
restart: always
|
||||
web:
|
||||
build: .
|
||||
command: ["--project", "PluralKit.Web"]
|
||||
entrypoint: ["dotnet", "run", "--project", "PluralKit.Web"]
|
||||
environment:
|
||||
- "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres;Maximum Pool Size=1000"
|
||||
links:
|
||||
|
|
@ -27,7 +27,7 @@ services:
|
|||
restart: always
|
||||
api:
|
||||
build: .
|
||||
command: ["--project", "PluralKit.API"]
|
||||
entrypoint: ["dotnet", "run", "--project", "PluralKit.API"]
|
||||
environment:
|
||||
- "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres;Maximum Pool Size=1000"
|
||||
links:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue