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

add per-account view to auditorium

This commit is contained in:
Frederik Ring 2019-05-31 21:15:59 +02:00
parent 22e4d61a29
commit b42a63496e

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: