summaryrefslogblamecommitdiff
path: root/docker-compose.yml
blob: 63b7e5c0335a3a34f5cfa26ebcb1cedb7b270a62 (plain) (tree)
1
2
3
4
5
6
7
8
9

         
                  
                                    
               

                                 
                          
            

                          
services:
  webol:
    image: webol:4
    container_name: webol-cli-server
    restart: no
    environment:
      - RUST_LOG=info,webol=trace
      - WEBOL_TIMEOFFSET=2
    volumes:
      - ./devices:/devices
    network_mode: host