You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sct
eae38bb9ec
|
4 years ago | |
---|---|---|
.github | 4 years ago | |
.vscode | 4 years ago | |
config | 4 years ago | |
public | 4 years ago | |
server | 4 years ago | |
src | 4 years ago | |
.dockerignore | 4 years ago | |
.editorconfig | 4 years ago | |
.eslintrc.js | 4 years ago | |
.gitignore | 4 years ago | |
Dockerfile | 4 years ago | |
Dockerfile.local | 4 years ago | |
README.md | 4 years ago | |
docker-compose.yml | 4 years ago | |
next-env.d.ts | 4 years ago | |
next.config.js | 4 years ago | |
ormconfig.js | 4 years ago | |
package.json | 4 years ago | |
postcss.config.js | 4 years ago | |
stylelint.config.js | 4 years ago | |
tailwind.config.js | 4 years ago | |
tsconfig.json | 4 years ago | |
yarn.lock | 4 years ago |
README.md
Overseerr
A thing for requesting things
Development
You can develop Overseer entirely in docker. Make sure you have Docker Desktop installed before continuing.
- Make sure you have Docker Desktop installed.
- Run
docker-compose up -d
to start the server - Access the container at http://localhost:3000
That's it!