i2pd-exporter/docker-compose.yml
2005 b01b6cf420 fix authentication
turns out i was wrong, it was my code that was at fault
Few months ago this was working but I guess the API changed...
2024-05-21 05:26:25 +02:00

16 lines
273 B
YAML

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