feat: add docker classic support (#9)

Defaults with docker swarm support for retro compatibiliy.
You can add --swarmMode=false to deactivate it.

Closes #4
This commit is contained in:
Alexis Couvreur
2021-09-26 00:36:45 +02:00
committed by GitHub
parent f78af94572
commit c96482ef67
9 changed files with 1103 additions and 250 deletions

View File

@@ -1,6 +1,5 @@
FROM golang:1.15.3-alpine AS build
FROM golang:1.17-alpine AS build
ENV APP_NAME ondemand-service
ENV PORT 10000
COPY . /go/src/ondemand-service