Skip to content

Commit

Permalink
Update docker compose images
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerPodacter committed Nov 27, 2024
1 parent 9341d72 commit 53ad8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
geth:
image: ghcr.io/0xfacet/facet-geth:facet
image: ghcr.io/0xfacet/facet-geth:v1.0.0
environment:
JWT_SECRET: ${JWT_SECRET}
GENESIS_FILE: ${GENESIS_FILE}
Expand All @@ -19,7 +19,7 @@ services:
start_period: 10s

node:
image: ghcr.io/0xfacet/facet-node:main
image: ghcr.io/0xfacet/facet-node:v1.0.0
environment:
JWT_SECRET: ${JWT_SECRET}
L1_NETWORK: ${L1_NETWORK}
Expand Down

0 comments on commit 53ad8e6

Please sign in to comment.