Use separate workhop and floor keys

This commit is contained in:
2023-08-01 22:21:57 +03:00
parent 63a8b9e5f7
commit 26a602a282
2 changed files with 21 additions and 9 deletions

View File

@@ -24,8 +24,10 @@ services:
doorboy_proxy:
network_mode: host
environment:
DOORBOY_SECRET: "0123456789"
CARD_KUBE_GROUP: "codemowers:admins"
DOORBOY_SECRET_FLOOR: "0123456789"
DOORBOY_SECRET_WORKSHOP: "9999999999"
FLOOR_ACCESS_GROUP: "k-space:floor"
WORKSHOP_ACCESS_GROUP: "k-space:workshop"
CARD_URI: "https://inventory-app-72zn4.codemowers.ee/cards"
build:
context: .