Skip to content

Commit

Permalink
Add iota2-testnet (#43)
Browse files Browse the repository at this point in the history
* Change .gitignore

* Add node-docker-setup for iota-core

* Move iota-core into testnet-2.0 folder

* Remove docker compose versions

* Add `testnet_iota-2.0` workflow

* Add `EXTERNAL_P2P_MULTIADDRESS` to env variables

* Rename networks

* Update iota2 dashboards

* Remove some prometheus data sources

* Add iota2-testnet values
  • Loading branch information
muXxer authored May 15, 2024
1 parent aac32fa commit 6e49f16
Show file tree
Hide file tree
Showing 34 changed files with 5,582 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tag_prefix: ['iota', 'shimmer', 'testnet', 'iota-testnet']
tag_prefix: ['iota', 'iota-testnet', 'iota2-testnet', 'shimmer', 'shimmer-testnet']
steps:
- name: Check out code into the Go module directory
if: startsWith(github.ref_name, matrix.tag_prefix)
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.DS_Store
.env

iota/data
iota-testnet/data
iota2-testnet/data
shimmer/data
testnet/data
.env
shimmer-testnet/data
2 changes: 0 additions & 2 deletions iota/docker-compose-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# https://github.com/iotaledger/node-docker-setup
#

version: '3'
services:

##################################################################
Expand Down Expand Up @@ -44,7 +43,6 @@ services:
- "traefik.http.routers.grafana.entrypoints=websecure"
- "traefik.http.routers.grafana.tls=true"


##################################################################
# INX Extensions #
# disable them out by commenting out the services #
Expand Down
1 change: 0 additions & 1 deletion iota/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# https://github.com/iotaledger/node-docker-setup
#

version: "3"
services:
##################################################################
# HORNET #
Expand Down
Loading

0 comments on commit 6e49f16

Please sign in to comment.