Skip to content

Commit

Permalink
Update private_tangle and hornet-nest to release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsporn committed Oct 18, 2023
1 parent cc3e851 commit e38b49e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions hornet-nest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM iotaledger/hornet:2.0.0 AS hornet
FROM iotaledger/inx-indexer:1.0-rc AS indexer
FROM iotaledger/inx-faucet:1.0-rc AS faucet
FROM iotaledger/inx-dashboard:1.0-rc AS dashboard
FROM iotaledger/inx-mqtt:1.0-rc AS mqtt
FROM iotaledger/inx-spammer:1.0-rc AS spammer
FROM iotaledger/inx-coordinator:1.0-rc AS coordinator
FROM iotaledger/inx-poi:1.0-rc AS poi
FROM iotaledger/hornet:2.0 AS hornet
FROM iotaledger/inx-indexer:1.0 AS indexer
FROM iotaledger/inx-faucet:1.0 AS faucet
FROM iotaledger/inx-dashboard:1.0 AS dashboard
FROM iotaledger/inx-mqtt:1.0 AS mqtt
FROM iotaledger/inx-spammer:1.0 AS spammer
FROM iotaledger/inx-coordinator:1.0 AS coordinator
FROM iotaledger/inx-poi:1.0 AS poi

FROM debian:11

Expand Down
22 changes: 11 additions & 11 deletions private_tangle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ services:
#
inx-coordinator:
container_name: inx-coordinator
image: iotaledger/inx-coordinator:1.0-rc
image: iotaledger/inx-coordinator:1.0
networks:
peering_net:
ipv4_address: 172.18.211.21
Expand All @@ -259,7 +259,7 @@ services:

inx-indexer:
container_name: inx-indexer
image: iotaledger/inx-indexer:1.0-rc
image: iotaledger/inx-indexer:1.0
networks:
peering_net:
ipv4_address: 172.18.211.22
Expand Down Expand Up @@ -291,7 +291,7 @@ services:

inx-mqtt:
container_name: inx-mqtt
image: iotaledger/inx-mqtt:1.0-rc
image: iotaledger/inx-mqtt:1.0
networks:
peering_net:
ipv4_address: 172.18.211.23
Expand Down Expand Up @@ -320,7 +320,7 @@ services:

inx-faucet:
container_name: inx-faucet
image: iotaledger/inx-faucet:1.0-rc
image: iotaledger/inx-faucet:1.0
networks:
peering_net:
ipv4_address: 172.18.211.24
Expand Down Expand Up @@ -351,7 +351,7 @@ services:

inx-participation:
container_name: inx-participation
image: iotaledger/inx-participation:1.0-rc
image: iotaledger/inx-participation:1.0
networks:
peering_net:
ipv4_address: 172.18.211.25
Expand All @@ -377,7 +377,7 @@ services:

inx-spammer:
container_name: inx-spammer
image: iotaledger/inx-spammer:1.0-rc
image: iotaledger/inx-spammer:1.0
networks:
peering_net:
ipv4_address: 172.18.211.26
Expand Down Expand Up @@ -426,7 +426,7 @@ services:

inx-poi:
container_name: inx-poi
image: iotaledger/inx-poi:1.0-rc
image: iotaledger/inx-poi:1.0
networks:
peering_net:
ipv4_address: 172.18.211.27
Expand All @@ -449,7 +449,7 @@ services:

inx-dashboard-1:
container_name: inx-dashboard-1
image: iotaledger/inx-dashboard:1.0-rc
image: iotaledger/inx-dashboard:1.0
networks:
peering_net:
ipv4_address: 172.18.211.31
Expand Down Expand Up @@ -481,7 +481,7 @@ services:

inx-dashboard-2:
container_name: inx-dashboard-2
image: iotaledger/inx-dashboard:1.0-rc
image: iotaledger/inx-dashboard:1.0
networks:
peering_net:
ipv4_address: 172.18.211.32
Expand Down Expand Up @@ -513,7 +513,7 @@ services:

inx-dashboard-3:
container_name: inx-dashboard-3
image: iotaledger/inx-dashboard:1.0-rc
image: iotaledger/inx-dashboard:1.0
networks:
peering_net:
ipv4_address: 172.18.211.33
Expand Down Expand Up @@ -544,7 +544,7 @@ services:

inx-dashboard-4:
container_name: inx-dashboard-4
image: iotaledger/inx-dashboard:1.0-rc
image: iotaledger/inx-dashboard:1.0
networks:
peering_net:
ipv4_address: 172.18.211.34
Expand Down

0 comments on commit e38b49e

Please sign in to comment.