forked from verlock/verlock-doorboy-proxy
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.
19 lines
260 B
19 lines
260 B
2 years ago
|
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: .
|
||
|
|
||
|
|