Added base Dockerfile, main.go and redis queue

This commit is contained in:
Paulo Truta
2020-11-08 23:43:18 +01:00
parent 9a03165f35
commit 58e7d2712b
4 changed files with 43 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
version: "3"
services:
go-docker-image:
build: ./
volumes:
- ./:/app
edgebox-queue:
image: redis-alpine