diff --git a/config/ekms/tud/ekms/on-one-machine/docker-compose.yml b/config/ekms/tud/ekms/on-one-machine/docker-compose.yml index 1bcefcb847315fc5c63051acdac99bba5bd1ce7f..77649c22323007d3f465a8cef1776e33416c7421 100644 --- a/config/ekms/tud/ekms/on-one-machine/docker-compose.yml +++ b/config/ekms/tud/ekms/on-one-machine/docker-compose.yml @@ -6,7 +6,7 @@ services: [ "start", "--log", - "info", + "debug", "--kms_config", "/tmp/kms/config/ekms01.yaml", "--insecure", @@ -14,7 +14,7 @@ services: volumes: - ./example01.yaml:/tmp/kms/config/ekms01.yaml ports: - - 0.0.0.0:50910:50910 + - 10.13.37.10:50910:50910 networks: ekms-net: ipv4_address: 172.100.20.10 @@ -25,7 +25,7 @@ services: [ "start", "--log", - "info", + "debug", "--kms_config", "/tmp/kms/config/ekms02.yaml", "--insecure", @@ -33,7 +33,7 @@ services: volumes: - ./example02.yaml:/tmp/kms/config/ekms02.yaml ports: - - 0.0.0.0:50911:50910 + - 10.13.38.10:50910:50910 networks: ekms-net: ipv4_address: 172.100.20.11 diff --git a/config/ekms/tud/ekms/on-one-machine/example01.yaml b/config/ekms/tud/ekms/on-one-machine/example01.yaml index e635278ae83ba28436501cfbbe2540aebd4613d7..cbe88e0fa06acb46aa58dbc29bf3cef3790dfbf3 100644 --- a/config/ekms/tud/ekms/on-one-machine/example01.yaml +++ b/config/ekms/tud/ekms/on-one-machine/example01.yaml @@ -13,4 +13,4 @@ Peers: # quantum module of type emulated at the given address QuantumModule: Type: emulated - Address: 192.168.65.1 + Address: 10.13.37.11 diff --git a/config/ekms/tud/ekms/on-one-machine/example02.yaml b/config/ekms/tud/ekms/on-one-machine/example02.yaml index 112d0185843fc22893a18580625fdfa93ff533ca..9fb58b0ba3311300e06f1bc1fd8bbe5d81ef097d 100644 --- a/config/ekms/tud/ekms/on-one-machine/example02.yaml +++ b/config/ekms/tud/ekms/on-one-machine/example02.yaml @@ -13,4 +13,4 @@ Peers: # quantum module of type emulated at the given address QuantumModule: Type: emulated - Address: 10.13.37.21 + Address: 10.13.38.11