Skip to content

Commit

Permalink
feat: prefer docker image over building
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Mar 7, 2024
1 parent d7604d8 commit e6b6673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
max-size: 50m

relayer:
image: ghcr.io/catalystdao/generalised-relayer:latest
build:
context: .
dockerfile: dockerfile.relayer
Expand All @@ -42,7 +43,7 @@ services:
environment:
- NODE_ENV=${NODE_ENV}
- USE_DOCKER=true
ports:
expose:
- ${RELAYER_PORT}:${RELAYER_PORT}
container_name: relayer
restart: unless-stopped
Expand Down

0 comments on commit e6b6673

Please sign in to comment.