add port readme.md

This commit is contained in:
Schneider Roland 2024-09-18 05:14:39 +02:00
parent 4124401cdb
commit 5bd4aff9cf
3 changed files with 17 additions and 5 deletions

View File

@ -5,7 +5,7 @@ services:
image: quay.io/keycloak/keycloak:24.0.4
volumes:
- ./services/keycloak/themes:/opt/keycloak/themes
- ./services/keycloak/data/import:/opt/keycloak/data/import
# - ./services/keycloak/data/import:/opt/keycloak/data/import
environment:
KC_DB: mariadb
KC_DB_URL: jdbc:mariadb://keycloak-db:3306/keycloak
@ -22,12 +22,12 @@ services:
KEYCLOAK_ADMIN: "admin"
KEYCLOAK_ADMIN_PASSWORD: "admin"
command: start-dev --import-realm
# command: start-dev --import-realm
# command: start-dev
depends_on:
- keycloak-db
ports:
- 5070:8080
- 4103:8080
networks:
- ucs-intranet-network
@ -42,4 +42,3 @@ services:
volumes:
- keycloak-db-1:/var/lib/mysql
- ./services/db/mariadb/conf.d:/etc/mysql/conf.d


13
readme.md Normal file
View File

@ -0,0 +1,13 @@
# infra structure
## Ports
router redirects port range 4100-4200 to the infra server
| port | service | description |
|------|----------|-------------|
| 4100 | gitea | web |
| 4101 | gitea | ssh |
| 4102 | xwiki | web |
| 4103 | keycloak | web |
| | | |

View File

@ -9,7 +9,7 @@ services:
depends_on:
- db
ports:
- "8080:8080"
- "4102:8080"
environment:
- DB_USER=xwiki
- DB_PASSWORD=xwiki