Skip to content

Commit

Permalink
Merge pull request #16 from internet2/comanage-config
Browse files Browse the repository at this point in the history
Comanage config
  • Loading branch information
chubing authored Dec 3, 2020
2 parents 19f4258 + 8110e6d commit 10ce9a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Workbench/comanage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN yum -y update && yum -y install --setopt=tsflags=nodocs epel-release python-
ARG maintainer=my
ARG imagename=comanage
ARG version=3.3.1
ARG CSPHOSTNAME
ARG CSPHOSTNAME=localhost
ENV CSPHOSTNAME=$CSPHOSTNAME
ENV COMANAGE_REGISTRY_VIRTUAL_HOST_FQDN=$CSPHOSTNAME

Expand Down
8 changes: 7 additions & 1 deletion Workbench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,13 @@ services:
- 443:443

comanage:
build: ./comanage/
build:
context: ./comanage/
args:
- CSPHOSTNAME
environment:
- ENV
- USERTOKEN
networks:
- net
ports:
Expand Down

0 comments on commit 10ce9a9

Please sign in to comment.