Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b238d2b2b5 | |||
|
6a402aa544 |
|||
|
35381d5bb9 |
3 changed files with 6 additions and 2 deletions
|
|
@ -61,6 +61,7 @@ prusamk4 A 10.89.212.4
|
||||||
wled-kueche A 10.89.212.33
|
wled-kueche A 10.89.212.33
|
||||||
wled-serverschrank A 10.89.212.34
|
wled-serverschrank A 10.89.212.34
|
||||||
wled-couch A 10.89.212.35
|
wled-couch A 10.89.212.35
|
||||||
|
wled-eh22 A 10.89.212.39
|
||||||
|
|
||||||
laser A 10.89.212.36
|
laser A 10.89.212.36
|
||||||
laser-eth A 10.89.212.37
|
laser-eth A 10.89.212.37
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ services:
|
||||||
- POSTGRES_DB=mailmandb
|
- POSTGRES_DB=mailmandb
|
||||||
- POSTGRES_USER=mailman
|
- POSTGRES_USER=mailman
|
||||||
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
|
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
|
||||||
image: docker.io/library/postgres:12-alpine
|
image: docker.io/library/postgres:15-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/mailman/database:/var/lib/postgresql/data
|
- /opt/mailman/database:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
|
|
@ -116,6 +116,9 @@ kea_dhcp__dhcp4:
|
||||||
- ip-address: 10.89.212.37
|
- ip-address: 10.89.212.37
|
||||||
hostname: laser-eth
|
hostname: laser-eth
|
||||||
hw-address: "b8:27:eb:eb:6d:af"
|
hw-address: "b8:27:eb:eb:6d:af"
|
||||||
|
- ip-address: 10.89.212.39
|
||||||
|
hostname: wled-eh22
|
||||||
|
hw-address: "a8:42:e3:5b:37:00"
|
||||||
- ip-address: 10.89.212.42
|
- ip-address: 10.89.212.42
|
||||||
hostname: t-mix
|
hostname: t-mix
|
||||||
hw-address: "40:a5:ef:d9:eb:93"
|
hw-address: "40:a5:ef:d9:eb:93"
|
||||||
|
|
@ -260,7 +263,7 @@ kea_dhcp__dhcp6:
|
||||||
hw-address: "7e:3c:f0:77:8a:f4"
|
hw-address: "7e:3c:f0:77:8a:f4"
|
||||||
- id: 3
|
- id: 3
|
||||||
subnet: "2a07:c481:1:36::/64"
|
subnet: "2a07:c481:1:36::/64"
|
||||||
interface: "netlan.54"
|
interface: "netlan"
|
||||||
option-data:
|
option-data:
|
||||||
- name: "dns-servers"
|
- name: "dns-servers"
|
||||||
data: "2a07:c481:1:36::1"
|
data: "2a07:c481:1:36::1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue