mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 05:41:43 +02:00
Added base Dockerfile, main.go and redis queue
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
version: "3"
|
||||
services:
|
||||
go-docker-image:
|
||||
build: ./
|
||||
volumes:
|
||||
- ./:/app
|
||||
edgebox-queue:
|
||||
image: redis-alpine
|
||||
Reference in New Issue
Block a user