Skip to content

Commit

Permalink
Docker: Binding to specific IPs #4782
Browse files Browse the repository at this point in the history
  • Loading branch information
rak108 authored and bari12 committed Aug 18, 2021
1 parent 1142cc9 commit 3d5bbe0
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 47 deletions.
28 changes: 14 additions & 14 deletions etc/docker/dev/docker-compose-storage-alldb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ services:
- "minio:127.0.0.1"
- "activemq:127.0.0.1"
ports:
- "8443:443"
- "3308:3308"
- "1521:1521"
- "5432:5432"
- "8080:80"
- "8446:8446"
- "8449:8449"
- "3306:3306"
- "1094:1094"
- "1095:1095"
- "1096:1096"
- "1097:1097"
- "9000:9000"
- "61613:61613"
- "127.0.0.1:8443:443"
- "127.0.0.1:3308:3308"
- "127.0.0.1:1521:1521"
- "127.0.0.1:5432:5432"
- "127.0.0.1:8080:80"
- "127.0.0.1:8446:8446"
- "127.0.0.1:8449:8449"
- "127.0.0.1:3306:3306"
- "127.0.0.1:1094:1094"
- "127.0.0.1:1095:1095"
- "127.0.0.1:1096:1096"
- "127.0.0.1:1097:1097"
- "127.0.0.1:9000:9000"
- "127.0.0.1:61613:61613"
volumes:
- ../../../tools:/opt/rucio/tools:Z
- ../../../bin:/opt/rucio/bin:Z
Expand Down
36 changes: 18 additions & 18 deletions etc/docker/dev/docker-compose-storage-monit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ services:
- "kibana:127.0.0.1"
- "grafana:127.0.0.1"
ports:
- "8443:443"
- "5432:5432"
- "8080:80"
- "8446:8446"
- "8449:8449"
- "3306:3306"
- "1094:1094"
- "1095:1095"
- "1096:1096"
- "1097:1097"
- "9000:9000"
- "61613:61613"
- "8161:8161"
- "9200:9200"
- "9300:9300"
- "5044:5044"
- "5601:5601"
- "3000:3000"
- "127.0.0.1:8443:443"
- "127.0.0.1:5432:5432"
- "127.0.0.1:8080:80"
- "127.0.0.1:8446:8446"
- "127.0.0.1:8449:8449"
- "127.0.0.1:3306:3306"
- "127.0.0.1:1094:1094"
- "127.0.0.1:1095:1095"
- "127.0.0.1:1096:1096"
- "127.0.0.1:1097:1097"
- "127.0.0.1:9000:9000"
- "127.0.0.1:61613:61613"
- "127.0.0.1:8161:8161"
- "127.0.0.1:9200:9200"
- "127.0.0.1:9300:9300"
- "127.0.0.1:5044:5044"
- "127.0.0.1:5601:5601"
- "127.0.0.1:3000:3000"
volumes:
- ../../../tools:/opt/rucio/tools:Z
- ../../../bin:/opt/rucio/bin:Z
Expand Down
24 changes: 12 additions & 12 deletions etc/docker/dev/docker-compose-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ services:
- "minio:127.0.0.1"
- "activemq:127.0.0.1"
ports:
- "8443:443"
- "5432:5432"
- "8080:80"
- "8446:8446"
- "8449:8449"
- "3306:3306"
- "1094:1094"
- "1095:1095"
- "1096:1096"
- "1097:1097"
- "9000:9000"
- "61613:61613"
- "127.0.0.1:8443:443"
- "127.0.0.1:5432:5432"
- "127.0.0.1:8080:80"
- "127.0.0.1:8446:8446"
- "127.0.0.1:8449:8449"
- "127.0.0.1:3306:3306"
- "127.0.0.1:1094:1094"
- "127.0.0.1:1095:1095"
- "127.0.0.1:1096:1096"
- "127.0.0.1:1097:1097"
- "127.0.0.1:9000:9000"
- "127.0.0.1:61613:61613"
volumes:
- ../../../tools:/opt/rucio/tools:Z
- ../../../bin:/opt/rucio/bin:Z
Expand Down
6 changes: 3 additions & 3 deletions etc/docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
- "ruciodb:127.0.0.1"
- "graphite:127.0.0.1"
ports:
- "8443:443"
- "5432:5432"
- "8080:80"
- "127.0.0.1:8443:443"
- "127.0.0.1:5432:5432"
- "127.0.0.1:8080:80"
volumes:
- ../../../tools:/opt/rucio/tools:Z
- ../../../bin:/opt/rucio/bin:Z
Expand Down

0 comments on commit 3d5bbe0

Please sign in to comment.