Skip to content

Commit

Permalink
add some ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Carpa committed Dec 23, 2023
1 parent 2f7768b commit ad6ab34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ services:
- ../../certs/hostcert_web1.key.pem:/etc/grid-security/hostkey.pem:ro
- ../../certs/hostcert_web1.pem:/etc/grid-security/hostcert.pem:Z
- ./web1/default-ssl.conf:/etc/apache2/sites-available/default-ssl.conf
ports:
- "127.0.0.1:9000:443"
web2:
image: rucio/webdav
volumes:
Expand Down Expand Up @@ -295,6 +297,8 @@ services:
- ./iam/indigoiam_nginx.conf:/etc/nginx/conf.d/default.conf:ro
depends_on:
- indigoiam-login-service
ports:
- "127.0.0.1:443:443"
indigoiam-login-service:
image: indigoiam/iam-login-service:v1.8.2p2
profiles:
Expand Down Expand Up @@ -344,3 +348,6 @@ services:
depends_on:
iam-db:
condition: service_healthy
ports:
- "127.0.0.1:8080:8080"
- "127.0.0.1:8443:8443"

0 comments on commit ad6ab34

Please sign in to comment.