Using the latest image by default.

This commit is contained in:
Colin Lyons
2022-12-29 02:59:10 +00:00
parent b80da4dfc8
commit d0136c66ed

View File

@@ -3,7 +3,7 @@ version: '3'
#vol_name:
services:
seed_1:
image: indralabs/indra:v0.0.251
image: indralabs/indra:latest
container_name: indra-seed-1
networks:
indranet:
@@ -17,7 +17,7 @@ services:
#POSTGRES_PASSWORD: password
command: ["serve"]
peer_1:
image: indralabs/indra:v0.0.251
image: indralabs/indra:latest
container_name: indra-peer-1
networks:
indranet:
@@ -33,7 +33,7 @@ services:
#POSTGRES_PASSWORD: password
command: ["serve"]
peer_2:
image: indralabs/indra:v0.0.251
image: indralabs/indra:latest
container_name: indra-peer-2
networks:
indranet: