forked from NationTech/harmony
Try out bifrost and see if we want to use it as bare metal provisionner
This commit is contained in:
9
bifrost-docker/docker-compose.yml
Normal file
9
bifrost-docker/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
services:
|
||||
bifrost:
|
||||
build: .
|
||||
volumes:
|
||||
- ./bifrost_data:/opt/bifrost/data
|
||||
network_mode: "host"
|
||||
privileged: true
|
||||
tty: true
|
||||
Reference in New Issue
Block a user