Files
rust_bifrost/docker-compose.yaml
Beyhan Oğur 427856cd3a first commit
2026-04-26 22:29:38 +03:00

11 lines
273 B
YAML

services:
bifrost:
build: .
container_name: bifrost
restart: unless-stopped
network_mode: host
volumes:
# If you followed the guide on our readme, these paths work out of the box
- ./config.yaml:/app/config.yaml
- ./certs:/app/certs