mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-05 22:26:27 +00:00
23 lines
497 B
YAML
23 lines
497 B
YAML
version: v2beta1
|
|
name: api
|
|
dev:
|
|
api:
|
|
imageSelector: ghcr.io/zoriya/kyoo_api
|
|
devImage: docker.io/oven/bun:latest
|
|
workingDir: /app
|
|
sync:
|
|
- path: .:/app
|
|
excludePaths:
|
|
- node_modules
|
|
startContainer: true
|
|
onUpload:
|
|
exec:
|
|
- command: bun install --frozen-lockfile
|
|
onChange:
|
|
- "./bun.lock"
|
|
command:
|
|
- bash
|
|
- -c
|
|
- "bun install && bun dev"
|
|
ports:
|
|
- port: "3567" |