Skip to content

Commit

Permalink
setting up test repo to reproduce apereo/cas-webapp-docker#17 with do…
Browse files Browse the repository at this point in the history
…cker-compose.
  • Loading branch information
fiedl committed Sep 8, 2017
0 parents commit e2a0943
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CAS Docker Test

I'm trying out https://github.com/apereo/cas-webapp-docker with docker-compose.


## How to

```
git clone [email protected]:fiedl/cas-docker-test.git
cd cas-docker-test
docker-compose up
```

Then open http://localhost:8080.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '3'

services:
cas:
image: apereo/cas:v5.1.2
ports:
- "0.0.0.0:8080:8080"
- "0.0.0.0:8443:8443"

0 comments on commit e2a0943

Please sign in to comment.