@@ -37,7 +37,7 @@ services:
37
37
environment :
38
38
HEDERA_MIRROR_GRAPHQL_DB_HOST : db
39
39
SPRING_CONFIG_ADDITIONAL_LOCATION : file:/usr/etc/hedera/
40
- image : gcr.io/mirrornode/hedera-mirror-graphql:0.126.0-SNAPSHOT
40
+ image : gcr.io/mirrornode/hedera-mirror-graphql:0.126.0
41
41
ports :
42
42
- 8083:8083
43
43
pull_policy : always
@@ -52,7 +52,7 @@ services:
52
52
HEDERA_MIRROR_GRPC_DB_HOST : db
53
53
SPRING_CONFIG_ADDITIONAL_LOCATION : file:/usr/etc/hedera/
54
54
SPRING_DATA_REDIS_HOST : redis
55
- image : gcr.io/mirrornode/hedera-mirror-grpc:0.126.0-SNAPSHOT
55
+ image : gcr.io/mirrornode/hedera-mirror-grpc:0.126.0
56
56
ports :
57
57
- 5600:5600
58
58
pull_policy : always
@@ -67,7 +67,7 @@ services:
67
67
HEDERA_MIRROR_IMPORTER_DB_HOST : db
68
68
SPRING_CONFIG_ADDITIONAL_LOCATION : file:/usr/etc/hedera/
69
69
SPRING_DATA_REDIS_HOST : redis
70
- image : gcr.io/mirrornode/hedera-mirror-importer:0.126.0-SNAPSHOT
70
+ image : gcr.io/mirrornode/hedera-mirror-importer:0.126.0
71
71
pull_policy : always
72
72
restart : unless-stopped
73
73
tty : true
@@ -80,7 +80,7 @@ services:
80
80
replicas : 0
81
81
environment :
82
82
SPRING_CONFIG_ADDITIONAL_LOCATION : file:/usr/etc/hedera/
83
- image : gcr.io/mirrornode/hedera-mirror-monitor:0.126.0-SNAPSHOT
83
+ image : gcr.io/mirrornode/hedera-mirror-monitor:0.126.0
84
84
pull_policy : always
85
85
restart : unless-stopped
86
86
@@ -101,7 +101,7 @@ services:
101
101
CONFIG_PATH : /usr/etc/hedera/
102
102
HEDERA_MIRROR_REST_DB_HOST : db
103
103
HEDERA_MIRROR_REST_REDIS_URI : redis://redis:6379
104
- image : gcr.io/mirrornode/hedera-mirror-rest:0.126.0-SNAPSHOT
104
+ image : gcr.io/mirrornode/hedera-mirror-rest:0.126.0
105
105
pull_policy : always
106
106
ports :
107
107
- 5551:5551
@@ -115,7 +115,7 @@ services:
115
115
environment :
116
116
HEDERA_MIRROR_RESTJAVA_DB_HOST : db
117
117
SPRING_CONFIG_ADDITIONAL_LOCATION : file:/usr/etc/hedera/
118
- image : gcr.io/mirrornode/hedera-mirror-rest-java:0.126.0-SNAPSHOT
118
+ image : gcr.io/mirrornode/hedera-mirror-rest-java:0.126.0
119
119
pull_policy : always
120
120
ports :
121
121
- 8084:8084
@@ -131,7 +131,7 @@ services:
131
131
environment :
132
132
HEDERA_MIRROR_ROSETTA_API_CONFIG : /usr/etc/hedera/application.yml
133
133
HEDERA_MIRROR_ROSETTA_DB_HOST : db
134
- image : gcr.io/mirrornode/hedera-mirror-rosetta:0.126.0-SNAPSHOT
134
+ image : gcr.io/mirrornode/hedera-mirror-rosetta:0.126.0
135
135
pull_policy : always
136
136
ports :
137
137
- 5700:5700
@@ -145,7 +145,7 @@ services:
145
145
environment :
146
146
HEDERA_MIRROR_WEB3_DB_HOST : db
147
147
SPRING_CONFIG_ADDITIONAL_LOCATION : file:/usr/etc/hedera/
148
- image : gcr.io/mirrornode/hedera-mirror-web3:0.126.0-SNAPSHOT
148
+ image : gcr.io/mirrornode/hedera-mirror-web3:0.126.0
149
149
pull_policy : always
150
150
ports :
151
151
- 8545:8545
0 commit comments