Skip to content

Commit

Permalink
chore: bump docker images to 0.2-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Dec 4, 2023
1 parent 95adfac commit bdbef50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docker/fedimintd-mutinynet/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"

services:
fedimintd:
image: fedimint/fedimintd:v0.1.3
image: fedimint/fedimintd:v0.2.0-rc3
volumes:
- fedimintd_data:/data
ports:
Expand All @@ -23,7 +23,7 @@ services:
platform: linux/amd64

guardian-ui:
image: fedimintui/guardian-ui:0.1
image: fedimintui/guardian-ui:0.2.0-rc3
ports:
- "0.0.0.0:3000:3000"
environment:
Expand All @@ -37,6 +37,7 @@ services:
volumes:
fedimintd_data:
driver: local

# Example of running it without docker compose:
# docker run -it -e FM_BITCOIN_RPC_KIND=esplora -e FM_BITCOIN_RPC_URL=https://mutinynet.com/api/ -e FM_BIND_P2P=0.0.0.0:8173 -e FM_P2P_URL=fedimint://127.0.0.1:8173 -e FM_BIND_API=0.0.0.0:8174 -e FM_API_URL=ws://127.0.0.1:8174 -p 0.0.0.0:8173:8173 -p 0.0.0.0:8174:8174 fedimint/fedimintd:master
# docker run -e REACT_APP_FM_CONFIG_API="ws://127.0.0.1:8174" -it fedimintui/guardian-ui
4 changes: 2 additions & 2 deletions docker/gateway-mutinynet/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"

services:
gatewayd:
image: fedimint/gatewayd:v0.1.3
image: fedimint/gatewayd:v0.2.0-rc3
command: gatewayd lnd
environment:
# Path to folder containing gateway config and data files
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
platform: linux/amd64

gateway-ui:
image: fedimintui/gateway-ui:0.1
image: fedimintui/gateway-ui:0.2.0-rc3
# image: gateway-ui
ports:
- "0.0.0.0:3001:3001"
Expand Down

0 comments on commit bdbef50

Please sign in to comment.