Files
kiro.rs/docker-compose.yml

15 lines
335 B
YAML

services:
kiro-rs:
# Build locally from source instead of pulling from registry
build:
context: .
dockerfile: Dockerfile
container_name: kiro-rs
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "8990:8990"
volumes:
- ./config/:/app/config/
restart: unless-stopped