You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monero.fail/docker-compose.yaml

27 lines
507 B
YAML

4 years ago
version: '3'
x-log-config: &log-config
logging:
driver: json-file
options:
max-size: "50m"
max-file: "5"
4 years ago
services:
tor:
container_name: fail-tor
4 years ago
build:
context: .
dockerfile: Dockerfile-tor
4 years ago
restart: unless-stopped
ports:
- 127.0.0.1:9050:9050
<<: *log-config
i2p:
container_name: fail-i2p
build:
context: .
dockerfile: Dockerfile-i2p
restart: unless-stopped
ports:
- 127.0.0.1:4444:4444
<<: *log-config