i2pd-exporter/docker-compose.yml

16 lines
296 B
YAML
Raw Normal View History

version: "3"
services:
exporter:
build:
dockerfile: Dockerfile
context: .
container_name: i2pd-exporter
environment:
- IP=${LISTEN_ADDRESS}
- PORT=${PORT}
- ROUTER=${ROUTER_URL}
- PASSWORD=${ROUTER_PASSWORD}
ports:
- "${PORT}:${PORT}"