Add a target for running in production [skip ci]
This commit is contained in:
parent
d849515e01
commit
cc928de248
3
Makefile
3
Makefile
|
@ -31,6 +31,9 @@ push-images:
|
||||||
docker image push $(DOCKER_WEB_IMAGE_NAME):$(DOCKER_TAG)
|
docker image push $(DOCKER_WEB_IMAGE_NAME):$(DOCKER_TAG)
|
||||||
docker image push $(DOCKER_WEB_IMAGE_NAME):latest
|
docker image push $(DOCKER_WEB_IMAGE_NAME):latest
|
||||||
|
|
||||||
|
run-production:
|
||||||
|
docker-compose --file docker-compose-production.yaml up --detach --remove-orphans
|
||||||
|
|
||||||
.PHONY: *
|
.PHONY: *
|
||||||
|
|
||||||
# vim: noexpandtab filetype=make
|
# vim: noexpandtab filetype=make
|
||||||
|
|
Loading…
Reference in a new issue