pull/10/head
Hunter Long 2018-06-23 21:46:22 -07:00
parent e118e60b6a
commit 561a1b49e9
2 changed files with 2 additions and 7 deletions

View File

@ -2,12 +2,7 @@ FROM golang:1.10.3-alpine
RUN apk update && apk add git g++
WORKDIR $GOPATH/src/github.com/hunterlong/statup/
RUN go get github.com/GeertJohan/go.rice/rice
COPY . $GOPATH/src/github.com/hunterlong/statup/
RUN go get
RUN rice embed-go
RUN go install
RUN curl -o /usr/local/bin/statup https://github.com/hunterlong/statup/releases/download/v0.18/statup-linux-x64
WORKDIR /app
VOLUME /app

View File

@ -57,7 +57,7 @@ services:
DB_PASS: password123
DB_DATABASE: statup
NAME: SSL Example
DESCRIPTION: This Status Status Page should be running ${DOMAIN} with SSL.
DESCRIPTION: This Status Status Page should be running ${LETSENCRYPT_HOST} with SSL.
postgres:
container_name: postgres