1
Fork 0

Create hosting instructions

This commit is contained in:
Korbs 2024-06-28 17:25:30 -04:00
parent 9c1cad9147
commit 2459814b68
No known key found for this signature in database

View file

@ -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) - 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) - 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 ## Build
> Instructions assume you're using Bun as the package manager, which is preferred for Astro projects. > Instructions assume you're using Bun as the package manager, which is preferred for Astro projects.