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: #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: