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.
17 lines
386 B
17 lines
386 B
version: '3.7'
|
|
|
|
networks:
|
|
infra:
|
|
external: true
|
|
|
|
services:
|
|
app:
|
|
image: kspaceee/doorboy-proxy:latest
|
|
hostname: replica${OVERNODE_ID:-1}.doorboy.infra.k-space.ee
|
|
restart: unless-stopped
|
|
env_file: .env
|
|
user: "65534:65534"
|
|
networks:
|
|
infra:
|
|
ipv4_address: 172.21.57.${OVERNODE_ID:-1}
|
|
ipv6_address: 2001:bb8:4008:21:57::${OVERNODE_ID:-1}
|
|
|