Create hosting instructions
This commit is contained in:
parent
9c1cad9147
commit
2459814b68
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -59,6 +59,19 @@ This repo is only a proof of concept to see how Poke will run in Astro. A lot of
|
|||
- i18n doesn't activiate after 1 or 2 seconds when launching Poke (Does it matter? Not that much, but I'll like to fix that)
|
||||
- Searching from a video doesn't work. Error: `SyntaxError: Unexpected end of JSON input` (URL isn't set correctly)
|
||||
|
||||
## Hosting - Docker Compose (Recommended)
|
||||
### Requirements
|
||||
- Docker Engine
|
||||
|
||||
### Running
|
||||
Use the Docker Compose file that is provided with Poke. Copying and pasting it into other tools like Dockge and Dokemon will work too.
|
||||
|
||||
Run:
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
> Using `sudo` may be required depending on your setup
|
||||
|
||||
## Build
|
||||
> Instructions assume you're using Bun as the package manager, which is preferred for Astro projects.
|
||||
|
||||
|
|
Reference in a new issue