Skip to content

Commit

Permalink
docker compsoe down
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 authored and Kazuki Okamoto committed May 10, 2023
1 parent 4d860d6 commit 950d98b
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 950d98b

Please sign in to comment.