You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diplonat/docker-compose.yml

15 lines
331 B
YAML

version: '3.4'
services:
diplonat:
build: .
image: darkgallium/amd64_diplonat:v2
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