2d9297d9a3
* set redis backend url automatically for docker builds * initial docker build config * rename docker scripts * fix script paths * remove old Dockerfiles * set vite proxy base url depending on mode * docker build config for client/ * docker production build for client * refactor docker files * update nginx config to set maximum file size * reduce docker image size * fix demucs bug in docker * fix proxy timeout * add gpu capabality for api container * add compose files for dev and prod * add healthcheck for freqsplit-api * add model checkpoints to api image * set healthcheck retries to 24
41 lines
415 B
Plaintext
41 lines
415 B
Plaintext
### Node.js ###
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
### Editor/IDE ###
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
### Build Output ###
|
|
dist/
|
|
.out/
|
|
|
|
### TypeScript ###
|
|
*.tsbuildinfo
|
|
|
|
### Logs ###
|
|
logs/
|
|
*.log
|
|
|
|
### Dependency Files ###
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
### Misc ###
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
### Vite ###
|
|
.vite/
|
|
|
|
### Environment Variables ###
|
|
.env.local
|
|
.env.*.local
|
|
|