19 lines
927 B
YAML
19 lines
927 B
YAML
# we use the last 256 block of ipv4 addresses in the traefik subnet to reserve some static ips
|
|
# use this file to manage the static ips used in the different compose.yml files
|
|
|
|
# range that we will use for static ips is 10.255.239.0/24
|
|
gluetun-arr: 10.255.239.1
|
|
gluetun-bw: 10.255.239.2
|
|
gluetun-qb: 10.255.239.3
|
|
plex: 10.255.239.20
|
|
tautulli: 10.255.239.21
|
|
overseerr: 10.255.239.22
|
|
firefly: 10.255.239.30
|
|
firefly-importer: 10.255.239.31
|
|
|
|
# we use macvlan0 to connect to the local lan network. This lan has no internet access, so we can attach containers directly to it.
|
|
# the range that we will use for static ips is 192.168.2.240 to 192.168.2.254, i.e. 192.168.2.240/28
|
|
# 192.168.2.240/28 range is excluded for DHCP on the DHCP server, so we can use it for static ips
|
|
# the range for the local lan network is 192.168.2.0/24
|
|
syncthing: 192.168.2.241
|