blob: 5e8e190cb4c7c400f00f8caa701b301a23a24f4b (
plain) (
tree)
|
|
version: '3.4'
services:
diplonat:
build: .
image: superboum/amd64_diplonat:v1
network_mode: host # required by UPNP/IGD
environment:
DIPLONAT_PRIVATE_IP: 192.168.0.18
DIPLONAT_REFRESH_TIME: 60
DIPLONAT_EXPIRATION_TIME: 300
DIPLONAT_CONSUL_NODE_NAME: lheureduthe
RUST_LOG: debug
|