Everything working.

This commit is contained in:
2023-09-29 23:37:34 +00:00
parent 76a17874ef
commit 2aec7a3cff
11 changed files with 340 additions and 349 deletions

1
.vscode/tasks.json vendored
View File

@ -23,7 +23,6 @@
"type": "shell",
"command": "docker-compose -f docker-compose.yml up --remove-orphans",
"isBackground": true,
"activeOnStart": false
}
]
}