add port readme.md
This commit is contained in:
parent
4124401cdb
commit
5bd4aff9cf
@ -5,7 +5,7 @@ services:
|
|||||||
image: quay.io/keycloak/keycloak:24.0.4
|
image: quay.io/keycloak/keycloak:24.0.4
|
||||||
volumes:
|
volumes:
|
||||||
- ./services/keycloak/themes:/opt/keycloak/themes
|
- ./services/keycloak/themes:/opt/keycloak/themes
|
||||||
- ./services/keycloak/data/import:/opt/keycloak/data/import
|
# - ./services/keycloak/data/import:/opt/keycloak/data/import
|
||||||
environment:
|
environment:
|
||||||
KC_DB: mariadb
|
KC_DB: mariadb
|
||||||
KC_DB_URL: jdbc:mariadb://keycloak-db:3306/keycloak
|
KC_DB_URL: jdbc:mariadb://keycloak-db:3306/keycloak
|
||||||
@ -22,12 +22,12 @@ services:
|
|||||||
KEYCLOAK_ADMIN: "admin"
|
KEYCLOAK_ADMIN: "admin"
|
||||||
KEYCLOAK_ADMIN_PASSWORD: "admin"
|
KEYCLOAK_ADMIN_PASSWORD: "admin"
|
||||||
|
|
||||||
command: start-dev --import-realm
|
# command: start-dev --import-realm
|
||||||
# command: start-dev
|
# command: start-dev
|
||||||
depends_on:
|
depends_on:
|
||||||
- keycloak-db
|
- keycloak-db
|
||||||
ports:
|
ports:
|
||||||
- 5070:8080
|
- 4103:8080
|
||||||
networks:
|
networks:
|
||||||
- ucs-intranet-network
|
- ucs-intranet-network
|
||||||
|
|
||||||
@ -42,4 +42,3 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- keycloak-db-1:/var/lib/mysql
|
- keycloak-db-1:/var/lib/mysql
|
||||||
- ./services/db/mariadb/conf.d:/etc/mysql/conf.d
|
- ./services/db/mariadb/conf.d:/etc/mysql/conf.d
|
||||||
|
|
||||||
13
readme.md
Normal file
13
readme.md
Normal 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 |
|
||||||
|
| | | |
|
||||||
@ -9,7 +9,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "4102:8080"
|
||||||
environment:
|
environment:
|
||||||
- DB_USER=xwiki
|
- DB_USER=xwiki
|
||||||
- DB_PASSWORD=xwiki
|
- DB_PASSWORD=xwiki
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user