11 lines
273 B
YAML
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
|