i2pd-exporter/docker-compose.yml
2005 5358430916 expanded readme
added docker compose
added example .env
looped the authentication
2024-05-21 04:49:00 +02:00

16 lines
296 B
YAML

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