https://github.com/jackkweyunga/wso2is-docker
https://github.com/jackkweyunga/wso2is-docker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackkweyunga/wso2is-docker
- Owner: jackkweyunga
- Created: 2025-04-04T10:23:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T10:44:26.000Z (over 1 year ago)
- Last Synced: 2025-04-04T11:28:56.246Z (over 1 year ago)
- Language: Dockerfile
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wso2is-docker test server
## Setup
- WSO2 IS v7.0.0 Alpine image
- MSQL Database
## Build images
Build the images
```shell
docker compose build
```
## Run containers
```shell
docker compose up -d
```