Using the latest image by default.
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3'
|
|||||||
#vol_name:
|
#vol_name:
|
||||||
services:
|
services:
|
||||||
seed_1:
|
seed_1:
|
||||||
image: indralabs/indra:v0.0.251
|
image: indralabs/indra:latest
|
||||||
container_name: indra-seed-1
|
container_name: indra-seed-1
|
||||||
networks:
|
networks:
|
||||||
indranet:
|
indranet:
|
||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
#POSTGRES_PASSWORD: password
|
#POSTGRES_PASSWORD: password
|
||||||
command: ["serve"]
|
command: ["serve"]
|
||||||
peer_1:
|
peer_1:
|
||||||
image: indralabs/indra:v0.0.251
|
image: indralabs/indra:latest
|
||||||
container_name: indra-peer-1
|
container_name: indra-peer-1
|
||||||
networks:
|
networks:
|
||||||
indranet:
|
indranet:
|
||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
#POSTGRES_PASSWORD: password
|
#POSTGRES_PASSWORD: password
|
||||||
command: ["serve"]
|
command: ["serve"]
|
||||||
peer_2:
|
peer_2:
|
||||||
image: indralabs/indra:v0.0.251
|
image: indralabs/indra:latest
|
||||||
container_name: indra-peer-2
|
container_name: indra-peer-2
|
||||||
networks:
|
networks:
|
||||||
indranet:
|
indranet:
|
||||||
|
|||||||
Reference in New Issue
Block a user