feat: Use compose instead of normal docker cmd

This commit is contained in:
Andras Bacsai
2022-03-23 10:25:32 +01:00
parent f0ab3750bd
commit 2bf73109b2
13 changed files with 131 additions and 191 deletions

1
src/app.d.ts vendored
View File

@@ -9,6 +9,7 @@ declare namespace App {
interface Session extends SessionData {}
interface Stuff {
application: any;
isRunning: boolean;
}
}