Skip to content

Commit

Permalink
add back validation
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jan 31, 2024
1 parent 421acb8 commit a7a36ef
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions dev/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ services:
depends_on:
- db

# validation:
# image: xmtp/mls-validation-service:latest
# platform: linux/amd64
# build:
# context: ../..
# dockerfile: ./dev/validation_service/local.Dockerfile
validation:
image: xmtp/mls-validation-service:latest
platform: linux/amd64

db:
image: postgres:13
Expand Down

0 comments on commit a7a36ef

Please sign in to comment.