-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathi2p-testnet.yml
63 lines (59 loc) · 1.64 KB
/
i2p-testnet.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#
# Copyright (C) 2021-2022 diva.exchange
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# Author/Maintainer: DIVA.EXCHANGE Association, https://diva.exchange
#
services:
n1.i2pd.local:
container_name: n1.i2pd.local
image: divax/i2p:current
restart: unless-stopped
environment:
ENABLE_HTTPPROXY: 1
ENABLE_SOCKSPROXY: 1
volumes:
- n1.i2pd.local:/home/i2pd/
ports:
- 7770:7070
networks:
network.i2pd.local:
ipv4_address: 172.29.101.10
n2.i2pd.local:
container_name: n2.i2pd.local
image: divax/i2p:current
restart: unless-stopped
environment:
ENABLE_HTTPPROXY: 1
ENABLE_SOCKSPROXY: 1
volumes:
- n2.i2pd.local:/home/i2pd/
ports:
- 7771:7070
networks:
network.i2pd.local:
ipv4_address: 172.29.101.20
networks:
network.i2pd.local:
name: network.i2pd.local
ipam:
driver: default
config:
- subnet: 172.29.101.0/24
volumes:
n1.i2pd.local:
name: n1.i2pd.local
n2.i2pd.local:
name: n2.i2pd.local