2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

add basic auth protection to kms

This commit is contained in:
Frederik Ring 2019-06-06 11:29:26 +02:00
parent de2ce3a33e
commit bc40af7b4d

View File

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