mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-03-30 03:38:04 -04:00

* working on i2p integration * finishing i2p setup * fix comment * include hidden txt for tor
21 lines
404 B
YAML
21 lines
404 B
YAML
version: '3'
|
|
services:
|
|
tor:
|
|
container_name: fail-tor
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile-tor
|
|
restart: unless-stopped
|
|
ports:
|
|
- 127.0.0.1:9050:9050
|
|
i2p:
|
|
container_name: fail-i2p
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile-i2p
|
|
restart: unless-stopped
|
|
ports:
|
|
- 127.0.0.1:4444:4444
|
|
volumes:
|
|
- ./data/i2pd:/home/i2p/.i2pd
|