mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-05 22:26:27 +00:00
18 lines
360 B
YAML
18 lines
360 B
YAML
version: v2beta1
|
|
name: auth
|
|
dev:
|
|
auth:
|
|
imageSelector: ghcr.io/zoriya/kyoo_auth
|
|
devImage: docker.io/golang:1.25
|
|
workingDir: /app
|
|
sync:
|
|
- path: .:/app
|
|
startContainer: true
|
|
onUpload:
|
|
restartContainer: true
|
|
command:
|
|
- bash
|
|
- -c
|
|
- "go mod download; go run -race ."
|
|
ports:
|
|
- port: "4568" |