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

Merge pull request #21 from offen/operator-view

Add basic per-account operator view
This commit is contained in:
Frederik Ring 2019-06-06 10:30:41 +02:00 committed by GitHub
commit de2ce3a33e

View File

@ -13,7 +13,7 @@ services:
- GOPATH=/go - GOPATH=/go
ports: ports:
- 8081:8081 - 8081:8081
command: go run cmd/kms/main.go -port 8081 command: go run cmd/kms/main.go -key local.offen.dev-key.pem -cert local.offen.dev.pem -port 8081
server: server:
image: golang:1.12 image: golang:1.12
@ -52,6 +52,7 @@ services:
- 9977:9977 - 9977:9977
environment: environment:
- SERVER_HOST=https://local.offen.dev:8080 - SERVER_HOST=https://local.offen.dev:8080
- KMS_HOST=https://local.offen.dev:8081
- AUDITORIUM_HOST=https://local.offen.dev:9955 - AUDITORIUM_HOST=https://local.offen.dev:9955
script: script: