We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4da7a commit 6d8fce3Copy full SHA for 6d8fce3
arion-compose.nix
@@ -55,6 +55,7 @@ in {
55
volumes = [
56
"${toString ./.}/data/cardano-node/ipc:/ipc"
57
];
58
+ restart = "always";
59
};
60
61
ogmios.service = {
@@ -73,6 +74,7 @@ in {
73
74
75
"${toString ./.}/config:/config"
76
77
78
79
80
ogmios-datum-cache.service = {
@@ -110,6 +112,7 @@ in {
110
112
start_period = "15m";
111
113
retries = 3;
114
115
116
117
118
postgresql-db.service = {
@@ -129,6 +132,7 @@ in {
129
132
130
133
volumes =
131
134
[ "${toString ./.}/data/postgres-data:/var/lib/postgresql/data" ];
135
136
137
138
nft-marketplace-server.service = {
0 commit comments