docker support

This commit is contained in:
simon987 2019-08-09 20:24:58 -04:00
parent 9a4741b7bb
commit e4ea65f8e3
10 changed files with 90 additions and 0 deletions

26
Dockerfile Normal file
View File

@ -0,0 +1,26 @@
FROM alpine as go_build
RUN apk update
RUN apk upgrade
RUN apk add --update git go gcc g++
WORKDIR /go/src/github.com/simon987/ws_bucket/
ENV GOPATH /go
COPY api api
COPY *.go .
RUN go get . && CGO_ENABLED=1 GOOS=linux go build -a -o ws_bucket .
FROM alpine
WORKDIR /root
COPY --from=go_build ["/go/src/github.com/simon987/ws_bucket/ws_bucket", "./"]
ENV WS_BUCKET_DIALECT=sqlite3
ENV WS_BUCKET_CONNSTR=wsb.db
ENV WS_BUCKET_WORKDIR=/data
ENV WS_BUCKET_LOGLEVEL=info
VOLUME ["/data"]
CMD ["/root/ws_bucket"]

View File

@ -1,5 +1,11 @@
[![Build Status](https://ci.simon987.net/buildStatus/icon?job=ws_bucket)](https://ci.simon987.net/job/ws_bucket/) [![CodeFactor](https://www.codefactor.io/repository/github/simon987/ws_bucket/badge)](https://www.codefactor.io/repository/github/simon987/ws_bucket)
### Docker example
```bash
docker run --rm -v $PWD/data:/data -p 3020:3020 -e WS_BUCKET_SECRET=secret simon987/ws_bucket
```
### Environment variables
| Name | Default |

View File

@ -6,6 +6,7 @@ import (
"github.com/fasthttp/websocket"
"github.com/jinzhu/gorm"
_ "github.com/jinzhu/gorm/dialects/postgres"
_ "github.com/jinzhu/gorm/dialects/sqlite"
"github.com/robfig/cron"
"github.com/sirupsen/logrus"
"github.com/valyala/fasthttp"

View File

@ -0,0 +1,54 @@
{"name":"Fallout 4.desktop","size":171,"mtime":1545233183,"path":""}
{"name":"The Elder Scrolls V Skyrim Special Edition.desktop","size":205,"mtime":1545233043,"path":""}
{"name":"steam.desktop","size":7392,"mtime":1545232058,"path":""}
{"name":"test.html","size":2405,"mtime":1553040356,"path":""}
{"name":"ul.mar","size":41244,"mtime":1545493542,"path":""}
{"name":".gitignore","size":101,"mtime":1553040408,"path":"neovis.js"}
{"name":".gitmodules","size":226,"mtime":1553040408,"path":"neovis.js"}
{"name":".npmignore","size":39,"mtime":1553040408,"path":"neovis.js"}
{"name":"LICENSE","size":11357,"mtime":1553040408,"path":"neovis.js"}
{"name":"README.md","size":8503,"mtime":1553040408,"path":"neovis.js"}
{"name":"package.json","size":833,"mtime":1553040408,"path":"neovis.js"}
{"name":"webpack.config.js","size":464,"mtime":1553040408,"path":"neovis.js"}
{"name":"HEAD","size":23,"mtime":1553040408,"path":"neovis.js/.git"}
{"name":"config","size":267,"mtime":1553040408,"path":"neovis.js/.git"}
{"name":"description","size":73,"mtime":1553040406,"path":"neovis.js/.git"}
{"name":"index","size":2898,"mtime":1553040408,"path":"neovis.js/.git"}
{"name":"packed-refs","size":325,"mtime":1553040408,"path":"neovis.js/.git"}
{"name":"02d321edc6e03aea1675001899d8f479.png","size":20981,"mtime":1553040408,"path":"neovis.js/dist"}
{"name":"260c9c6535065674bb5e59a73f894abb.png","size":18303,"mtime":1553040408,"path":"neovis.js/dist"}
{"name":"a1a2d01bcd034270a3bc92176edfb66c.png","size":20998,"mtime":1553040408,"path":"neovis.js/dist"}
{"name":"d5267b8db2498e44bd567bd12e07576b.png","size":20764,"mtime":1553040408,"path":"neovis.js/dist"}
{"name":"d5422321c4f6feed4081891051f9a6b2.png","size":21016,"mtime":1553040408,"path":"neovis.js/dist"}
{"name":"dd0baa69a69937600dc3bf035f3873c4.png","size":20802,"mtime":1553040408,"path":"neovis.js/dist"}
{"name":"neovis.js","size":2105246,"mtime":1553040408,"path":"neovis.js/dist"}
{"name":"vis.min.css","size":22195,"mtime":1553040408,"path":"neovis.js/dist"}
{"name":"README.md","size":27,"mtime":1553040408,"path":"neovis.js/doc"}
{"name":"trolltweets.html","size":2625,"mtime":1553040408,"path":"neovis.js/docs"}
{"name":"example-labels.html","size":2555,"mtime":1553040408,"path":"neovis.js/examples"}
{"name":"simple-example.html","size":2415,"mtime":1553040827,"path":"neovis.js/examples"}
{"name":"twitter-trolls.html","size":1252,"mtime":1553040408,"path":"neovis.js/examples"}
{"name":"example-viz.png","size":667881,"mtime":1553040408,"path":"neovis.js/img"}
{"name":"got-neo4j-browser.png","size":1002461,"mtime":1553040408,"path":"neovis.js/img"}
{"name":"defaults.js","size":1820,"mtime":1553040408,"path":"neovis.js/src"}
{"name":"events.js","size":963,"mtime":1553040408,"path":"neovis.js/src"}
{"name":"neovis.js","size":15040,"mtime":1553040408,"path":"neovis.js/src"}
{"name":"test-neovis.js","size":21,"mtime":1553040408,"path":"neovis.js/test"}
{"name":"applypatch-msg.sample","size":478,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"commit-msg.sample","size":896,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"fsmonitor-watchman.sample","size":3327,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"post-update.sample","size":189,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"pre-applypatch.sample","size":424,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"pre-commit.sample","size":1638,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"pre-push.sample","size":1348,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"pre-rebase.sample","size":4898,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"pre-receive.sample","size":544,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"prepare-commit-msg.sample","size":1492,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"update.sample","size":3610,"mtime":1553040406,"path":"neovis.js/.git/hooks"}
{"name":"exclude","size":240,"mtime":1553040406,"path":"neovis.js/.git/info"}
{"name":"HEAD","size":194,"mtime":1553040408,"path":"neovis.js/.git/logs"}
{"name":"got-centralities.csv","size":28823,"mtime":1553040408,"path":"neovis.js/examples/data"}
{"name":"pack-352ff901fbb981411ab9546aac34133a998f1566.idx","size":11460,"mtime":1553040408,"path":"neovis.js/.git/objects/pack"}
{"name":"pack-352ff901fbb981411ab9546aac34133a998f1566.pack","size":6475046,"mtime":1553040408,"path":"neovis.js/.git/objects/pack"}
{"name":"master","size":41,"mtime":1553040408,"path":"neovis.js/.git/refs/heads"}
{"name":"HEAD","size":32,"mtime":1553040408,"path":"neovis.js/.git/refs/remotes/origin"}

0
jenkins/deploy.sh Executable file → Normal file
View File

1
test/data/test.png Normal file
View File

@ -0,0 +1 @@
test

1
test/data/testfile Normal file
View File

@ -0,0 +1 @@
testuploadsmallfile

BIN
test/data/testlargefile Normal file

Binary file not shown.

BIN
test/data/testmaxsize Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
newvalue