Added simpleicons network and port configuration

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-07 07:26:55 +02:00
parent 63af5b8ef6
commit 3f87f1fcd8
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 68 additions and 66 deletions

View File

@ -61,6 +61,7 @@ ports:
syncope: 8041 syncope: 8041
collabora: 8042 collabora: 8042
mobilizon: 8043 mobilizon: 8043
simpleicons: 8044
bigbluebutton: 48087 # This port is predefined by bbb. @todo Try to change this to a 8XXX port bigbluebutton: 48087 # This port is predefined by bbb. @todo Try to change this to a 8XXX port
# Ports which are exposed to the World Wide Web # Ports which are exposed to the World Wide Web
public: public:

View File

@ -86,6 +86,8 @@ defaults_networks:
subnet: 192.168.103.80/28 subnet: 192.168.103.80/28
collabora: collabora:
subnet: 192.168.103.96/28 subnet: 192.168.103.96/28
simpleicons:
subnet: 192.168.103.112/28
# /24 Networks / 254 Usable Clients # /24 Networks / 254 Usable Clients
bigbluebutton: bigbluebutton:
@ -96,4 +98,3 @@ defaults_networks:
subnet: 192.168.201.0/24 subnet: 192.168.201.0/24
central_ldap: central_ldap:
subnet: 192.168.202.0/24 subnet: 192.168.202.0/24