Skip to content

Commit

Permalink
Merge pull request #58 from 0xbharath/main
Browse files Browse the repository at this point in the history
Added instructions to build mantis container locally
  • Loading branch information
Prateek-Thakare authored Oct 22, 2024
2 parents 40dbbfd + d699ade commit cbb8a01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
services:
mantis:
# When testing local changes, uncomment the following commented lines and comment out "image"
# This will build the mantis container locally instead of pulling from GHRC
#build:
# dockerfile: Dockerfile
# context: ../../
image: ghcr.io/phonepe/mantis:latest
container_name: mantis
restart: on-failure
Expand Down

0 comments on commit cbb8a01

Please sign in to comment.