mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-14 09:49:59 -06:00
* update migrations to support postgres * fix uv lockfile * adjust migrations for psql * remove action on pr (push only) * remove pragmas for psql * update readme
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"name": "Existing Dockerfile",
|
|
"build": {
|
|
"context": "..",
|
|
"dockerfile": "./Dockerfile"
|
|
},
|
|
"runArgs": ["--network=host"],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"charliermarsh.ruff",
|
|
"tamasfe.even-better-toml",
|
|
"bradlc.vscode-tailwindcss",
|
|
"samuelcolvin.jinjahtml",
|
|
"yzhang.markdown-all-in-one"
|
|
]
|
|
}
|
|
}
|
|
}
|