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}"