first commit
This commit is contained in:
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user