diff --git a/docker/.env.mainnet.example b/docker/.env.mainnet.example index 1300be0..2dd2d10 100644 --- a/docker/.env.mainnet.example +++ b/docker/.env.mainnet.example @@ -14,10 +14,14 @@ NETWORK=mainnet PASSPHRASE="" # Service Versions # -CHRONOS_APP_VERSION=v1.12.1 -EVENTPROVIDER_APP_VERSION=v1.12.2 -EXCHANGE_APP_VERSION=v1.12.2 -EXPLORER_APP_VERSION=v1.12.2 +CHRONOS_PROCESS_VERSION=v1.12.69 +CHRONOS_API_VERSION=v1.12.69 +EVENTPROVIDER_PROCESS_VERSION=v1.12.67 +EVENTPROVIDER_API_VERSION=v1.12.67 +EXCHANGE_PROCESS_VERSION=v1.12.67 +EXCHANGE_API_VERSION=v1.12.71 +EXPLORER_PROCESS_VERSION=v1.12.66 +EXPLORER_API_VERSION=v1.12.66 WEB3GW_APP_VERSION=v1.12.0 #MONGO LIMITS diff --git a/docker/.env.testnet.example b/docker/.env.testnet.example index fff8453..2c19c32 100644 --- a/docker/.env.testnet.example +++ b/docker/.env.testnet.example @@ -14,11 +14,15 @@ NETWORK=testnet PASSPHRASE="" # Service Versions # -CHRONOS_APP_VERSION=v1.12.0 -EVENTPROVIDER_APP_VERSION=v1.12.0 -EXCHANGE_APP_VERSION=v1.12.2 -EXPLORER_APP_VERSION=v1.12.2 -WEB3GW_APP_VERSION=v1.12.0 +CHRONOS_PROCESS_VERSION=v1.12.45 +CHRONOS_API_VERSION=v1.12.45 +EVENTPROVIDER_PROCESS_VERSION=v1.12.67 +EVENTPROVIDER_API_VERSION=v1.12.67 +EXCHANGE_PROCESS_VERSION=v1.12.71 +EXCHANGE_API_VERSION=v1.12.71 +EXPLORER_PROCESS_VERSION=v1.12.67 +EXPLORER_API_VERSION=v1.12.67 +WEB3GW_APP_VERSION=v1.12.46-rc.0 #MONGO LIMITS MONGO_RAM_LIMIT=32G diff --git a/docker/addons/docker-compose.dex.yaml b/docker/addons/docker-compose.dex.yaml index 3848046..94a2811 100644 --- a/docker/addons/docker-compose.dex.yaml +++ b/docker/addons/docker-compose.dex.yaml @@ -3,7 +3,7 @@ version: '3.9' services: indexer-chronos-process: container_name: indexer-chronos-process - image: public.ecr.aws/l9h3g6c6/injective-indexer:${CHRONOS_APP_VERSION} + image: public.ecr.aws/l9h3g6c6/injective-indexer:${CHRONOS_PROCESS_VERSION} pull_policy: always restart: always command: injective-indexer chronos-process @@ -71,7 +71,7 @@ services: indexer-chronos-api: container_name: indexer-chronos-api - image: public.ecr.aws/l9h3g6c6/injective-indexer:${CHRONOS_APP_VERSION} + image: public.ecr.aws/l9h3g6c6/injective-indexer:${CHRONOS_API_VERSION} pull_policy: always restart: always command: injective-indexer chronos-api @@ -127,7 +127,7 @@ services: indexer-explorer-process: container_name: indexer-explorer-process - image: public.ecr.aws/l9h3g6c6/injective-indexer:${EXPLORER_APP_VERSION} + image: public.ecr.aws/l9h3g6c6/injective-indexer:${EXPLORER_PROCESS_VERSION} restart: always command: injective-indexer explorer-process logging: @@ -185,7 +185,7 @@ services: indexer-explorer-api: container_name: indexer-explorer-api - image: public.ecr.aws/l9h3g6c6/injective-indexer:${EXPLORER_APP_VERSION} + image: public.ecr.aws/l9h3g6c6/injective-indexer:${EXPLORER_API_VERSION} restart: always command: injective-indexer explorer-api logging: @@ -240,7 +240,7 @@ services: indexer-eventprovider-process: container_name: indexer-eventprovider-process - image: public.ecr.aws/l9h3g6c6/injective-indexer:${EVENTPROVIDER_APP_VERSION} + image: public.ecr.aws/l9h3g6c6/injective-indexer:${EVENTPROVIDER_PROCESS_VERSION} pull_policy: always restart: always command: injective-indexer eventprovider-process @@ -292,7 +292,7 @@ services: indexer-eventprovider-api: container_name: indexer-eventprovider-api - image: public.ecr.aws/l9h3g6c6/injective-indexer:${EVENTPROVIDER_APP_VERSION} + image: public.ecr.aws/l9h3g6c6/injective-indexer:${EVENTPROVIDER_API_VERSION} pull_policy: always restart: always command: injective-indexer eventprovider-api diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 7d65bec..8b0dc6a 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -76,7 +76,7 @@ services: indexer-exchange-import: container_name: indexer-exchange-import - image: public.ecr.aws/l9h3g6c6/injective-indexer:${EXCHANGE_APP_VERSION} + image: public.ecr.aws/l9h3g6c6/injective-indexer:${EXCHANGE_IMPORT_VERSION} pull_policy: always command: injective-indexer exchange-import logging: @@ -123,7 +123,7 @@ services: indexer-exchange-process: container_name: indexer-exchange-process - image: public.ecr.aws/l9h3g6c6/injective-indexer:${EXCHANGE_APP_VERSION} + image: public.ecr.aws/l9h3g6c6/injective-indexer:${EXCHANGE_PROCESS_VERSION} pull_policy: always restart: always command: injective-indexer exchange-process @@ -194,7 +194,7 @@ services: indexer-exchange-api: container_name: indexer-exchange-api - image: public.ecr.aws/l9h3g6c6/injective-indexer:${EXCHANGE_APP_VERSION} + image: public.ecr.aws/l9h3g6c6/injective-indexer:${EXCHANGE_API_VERSION} pull_policy: always restart: always command: injective-indexer exchange-api