From 3c51ef9d09095964d3e1acea18aaabb7f7f7c7b5 Mon Sep 17 00:00:00 2001 From: Calum Sieppert Date: Fri, 9 Dec 2022 16:52:47 -0700 Subject: [PATCH 1/3] Update containers to restart only on failure Should stop docker from restarting the containers when my laptop reboots --- arion-compose.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arion-compose.nix b/arion-compose.nix index d170f5d..4b1b5f7 100644 --- a/arion-compose.nix +++ b/arion-compose.nix @@ -61,7 +61,7 @@ in volumes = [ "${toString ./.}/data/cardano-node/ipc:/ipc" ]; - restart = "always"; + restart = "on-failure"; }; ogmios.service = { @@ -80,7 +80,7 @@ in "${toString ./.}/data/cardano-node/ipc:/ipc" "${cardano-configurations}/network/${network.name}:/config" ]; - restart = "always"; + restart = "on-failure"; }; ogmios-datum-cache.service = { @@ -107,7 +107,7 @@ in }; ports = [ "9999:9999" ]; useHostStore = true; - restart = "always"; + restart = "on-failure"; }; cardano-node.service = { @@ -139,7 +139,7 @@ in start_period = "15m"; retries = 3; }; - restart = "always"; + restart = "on-failure"; }; postgresql-db.service = { @@ -159,7 +159,7 @@ in }; volumes = [ "${toString ./.}/data/postgres-data:/var/lib/postgresql/data" ]; - restart = "always"; + restart = "on-failure"; }; nft-marketplace-server.service = { @@ -189,7 +189,7 @@ in retries = 3; }; useHostStore = true; - restart = "always"; + restart = "on-failure"; volumes = [ "${toString ./.}/config/tmp:/tmp" ]; }; From d266aaea58a7eded3227e804c0056c1174f18473 Mon Sep 17 00:00:00 2001 From: Calum Sieppert Date: Fri, 9 Dec 2022 16:53:28 -0700 Subject: [PATCH 2/3] Fix for react router deployment issue --- nft-marketplace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nft-marketplace b/nft-marketplace index e203e38..d84fc7a 160000 --- a/nft-marketplace +++ b/nft-marketplace @@ -1 +1 @@ -Subproject commit e203e38175642f445b42a2733e88da1c613db725 +Subproject commit d84fc7afee71eb77344fa6da678cab0aa9e7a164 From dd1bbad9209d88ee1ac286a353956df38c389bed Mon Sep 17 00:00:00 2001 From: Calum Sieppert Date: Fri, 9 Dec 2022 16:53:48 -0700 Subject: [PATCH 3/3] Fix for Blockfrost CIP25 metadata handling changes --- seabug-contracts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seabug-contracts b/seabug-contracts index d1f7969..f8f4b65 160000 --- a/seabug-contracts +++ b/seabug-contracts @@ -1 +1 @@ -Subproject commit d1f796956acf6c8a32a93f5d8dd20ee073be3b58 +Subproject commit f8f4b651d8adc5776ed48cbe990f7ab0377d6d43