Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Apr 19, 2019
1 parent 0c491c2 commit 769c807
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions test-compose/idp/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: "3.3"

services:
idp:
build:
context: ./idp/
args:
TOMCFG: ./container_files/config/tomcat
TOMCERT: ./container_files/credentials/tomcat
TOMWWWROOT: ./container_files/wwwroot
SHBCFG: ./container_files/config/shib-idp/conf
SHBCREDS: ./container_files/credentials/shib-idp
SHBVIEWS: ./container_files/config/shib-idp/views
SHBEDWAPP: ./container_files/config/shib-idp/edit-webapp
SHBMSGS: ./container_files/config/shib-idp/messages
SHBMD: ./container_files/config/shib-idp/metadata
expose:
- "443"
ports:
- "443:443"
dns:
- 8.8.8.8
- 4.4.4.4

networks:
default:
external:
name: nat

0 comments on commit 769c807

Please sign in to comment.