fix: Use unique IP for OCSP

Prior to this the OCSP responder used 172.50.0.30. This conflicts with an example given in the readme, which uses the same IP address describing how to add a third node to the setup.

This change avoids confusion, and keeps things consistent if we ever decide to copy this to the other configurations (eg clustering_with_federation).
pull/67/head
Matthew Vivian 2024-11-13 07:55:28 +00:00
parent ad4a92a0d3
commit e53b983039
No known key found for this signature in database
GPG Key ID: BADAD4A1EE1C9B34
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ services:
- "conference.xmpp1.localhost.example:172.50.0.10" - "conference.xmpp1.localhost.example:172.50.0.10"
- "xmpp2.localhost.example:172.50.0.20" - "xmpp2.localhost.example:172.50.0.20"
- "conference.xmpp2.localhost.example:172.50.0.20" - "conference.xmpp2.localhost.example:172.50.0.20"
- "ocsp.localhost.example:172.50.0.30" - "ocsp.localhost.example:172.50.0.88"
xmpp2: xmpp2:
networks: networks:
@ -30,7 +30,7 @@ services:
- "conference.xmpp1.localhost.example:172.50.0.10" - "conference.xmpp1.localhost.example:172.50.0.10"
- "xmpp2.localhost.example:172.50.0.20" - "xmpp2.localhost.example:172.50.0.20"
- "conference.xmpp2.localhost.example:172.50.0.20" - "conference.xmpp2.localhost.example:172.50.0.20"
- "ocsp.localhost.example:172.50.0.30" - "ocsp.localhost.example:172.50.0.88"
networks: networks:
openfire-federated-net: openfire-federated-net:

View File

@ -39,4 +39,4 @@ services:
- "8888:8888" - "8888:8888"
networks: networks:
openfire-federated-net: openfire-federated-net:
ipv4_address: 172.50.0.30 ipv4_address: 172.50.0.88