Skip to content

Commit

Permalink
Merge pull request #193 from fedimint/upgrade-fedimint-rc4
Browse files Browse the repository at this point in the history
chore: upgrade fedimint nix dependency and docker containers to 0.1.0 release
  • Loading branch information
EthnTuttle authored Sep 12, 2023
2 parents 550e27e + 823d1bf commit 9218fc3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
fedimintd_1:
image: fedimint/fedimintd:v0.1.0-rc3
image: fedimint/fedimintd:v0.1.0
environment:
- FM_DATA_DIR=/data
- FM_BIND_P2P=0.0.0.0:18173
Expand All @@ -19,7 +19,7 @@ services:
- bitcoind

gatewayd_1:
image: fedimint/gatewayd:v0.1.0-rc3
image: fedimint/gatewayd:v0.1.0
command: gatewayd lnd
environment:
# Path to folder containing gateway config and data files
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
- fedimintd_1

fedimintd_2:
image: fedimint/fedimintd:v0.1.0-rc3
image: fedimint/fedimintd:v0.1.0
environment:
- FM_DATA_DIR=/data
- FM_BIND_P2P=0.0.0.0:18173
Expand All @@ -81,7 +81,7 @@ services:
# ipv4_address: 10.5.0.8

fedimintd_3:
image: fedimint/fedimintd:v0.1.0-rc3
image: fedimint/fedimintd:v0.1.0
environment:
- FM_DATA_DIR=/data
- FM_BIND_P2P=0.0.0.0:18174
Expand All @@ -98,7 +98,7 @@ services:
- bitcoind

fedimintd_4:
image: fedimint/fedimintd:v0.1.0-rc3
image: fedimint/fedimintd:v0.1.0
environment:
- FM_DATA_DIR=/data
- FM_BIND_P2P=0.0.0.0:18175
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
flake-utils.url = "github:numtide/flake-utils";
fedimint = {
url = "github:fedimint/fedimint?ref=refs/tags/v0.1.0-rc3";
url = "github:fedimint/fedimint?ref=refs/tags/v0.1.0";
};
};
outputs = { self, nixpkgs, flake-utils, fedimint }:
Expand Down

0 comments on commit 9218fc3

Please sign in to comment.