Skip to content

Commit

Permalink
docker compsoe down
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed May 10, 2023
1 parent 4ce2673 commit 89d200a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/yesod-subsite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
server.run:
docker compose --file ../../docker-compose.yaml up $(DOCKER_COMPOSE_OPTS)

.PHONY: server.stop
server.stop:
docker compose --file ../../docker-compose.yaml down $(DOCKER_COMPOSE_OPTS)

.PHONY: app.run
app.run: bin/yesod-subsite
OTEL_SERVICE_NAME=yesod-subsite bin/yesod-subsite $(YESOD_MINIMAL_OPTS)
Expand Down

0 comments on commit 89d200a

Please sign in to comment.