Doorboy proxy exports door access information from MongoDB to door Raspberry Pi controllers
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '3.7'
|
|
|
|
networks:
|
|
infra:
|
|
external: true
|
|
|
|
services:
|
|
doorboy_proxy:
|
|
hostname: doorboy.infra.k-space.ee
|
|
restart: unless-stopped
|
|
env_file: .env
|
|
networks:
|
|
infra:
|
|
ipv4_address: 172.21.99.97
|
|
build:
|
|
context: .
|
|
|
|
|
|
|