mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-03-14 07:36:29 -04:00
setup logging config
This commit is contained in:
parent
6bb758ca46
commit
044b308a7d
@ -1,4 +1,10 @@
|
||||
version: '3'
|
||||
x-log-config: &log-config
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "50m"
|
||||
max-file: "5"
|
||||
services:
|
||||
tor:
|
||||
container_name: fail-tor
|
||||
@ -8,6 +14,7 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 127.0.0.1:9050:9050
|
||||
<<: *log-config
|
||||
i2p:
|
||||
container_name: fail-i2p
|
||||
build:
|
||||
@ -16,5 +23,4 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 127.0.0.1:4444:4444
|
||||
volumes:
|
||||
- ./data/i2pd:/home/i2p/.i2pd
|
||||
<<: *log-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user