2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 17:10:29 +01:00

Merge pull request #22 from offen/protect-routes

Add basic auth protection to kms
This commit is contained in:
Frederik Ring 2019-06-06 11:30:38 +02:00 committed by GitHub
commit c9bbb00e80

View File

@ -11,6 +11,7 @@ services:
- $GOPATH/pkg/mod:/go/pkg/mod - $GOPATH/pkg/mod:/go/pkg/mod
environment: environment:
- GOPATH=/go - GOPATH=/go
- BASIC_AUTH_PASSWORD=test
ports: ports:
- 8081:8081 - 8081:8081
command: go run cmd/kms/main.go -key local.offen.dev-key.pem -cert local.offen.dev.pem -port 8081 command: go run cmd/kms/main.go -key local.offen.dev-key.pem -cert local.offen.dev.pem -port 8081