Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
otech47 authored Dec 15, 2023
1 parent bdf5fa3 commit 72ab49b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/full-tls-mutinynet/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro"

fedimintd:
image: fedimint/fedimintd:v0.1.3
image: fedimint/fedimintd:v0.2.0
volumes:
- fedimintd_data:/data
ports:
Expand All @@ -54,7 +54,7 @@ services:
- "traefik.http.routers.fedimintd.tls.certresolver=myresolver"

guardian-ui:
image: fedimintui/guardian-ui:0.1
image: fedimintui/guardian-ui:0.2
environment:
- PORT=80
- REACT_APP_FM_CONFIG_API=wss://fedimintd.fedimint.my-super-host.com
Expand All @@ -70,7 +70,7 @@ services:
- "traefik.http.routers.guardian-ui.tls.certresolver=myresolver"

gatewayd:
image: fedimint/gatewayd:v0.1.3
image: fedimint/gatewayd:v0.2.0
command: gatewayd lnd
environment:
# Path to folder containing gateway config and data files
Expand Down Expand Up @@ -104,7 +104,7 @@ services:
- "traefik.http.routers.gatewayd.tls.certresolver=myresolver"

gateway-ui:
image: fedimintui/gateway-ui:0.1
image: fedimintui/gateway-ui:0.2
environment:
- PORT=80
- REACT_APP_FM_GATEWAY_API=https://gatewayd.fedimint.my-super-host.com
Expand Down

0 comments on commit 72ab49b

Please sign in to comment.