diff --git a/Makefile b/Makefile index 740a83157..efce641e0 100644 --- a/Makefile +++ b/Makefile @@ -152,6 +152,12 @@ start: %-memcached: SET_IMAGE=$$(MEMCACHED_IMAGE) --port=`cat $$(CONTAINER_FILE) | grep 'MEMCACHED_PORT=' | sed 's/MEMCACHED_PORT=//'` %-memcached: BASE_PORTS = "MEMCACHED_PORT=11211" +.PHONY: %-maildev +%-maildev: SERVICE=maildev +%-maildev: SERVICE_VARIANT=maildev +%-maildev: SET_IMAGE=$$(MAILDEV_IMAGE) --port=`cat $$(CONTAINER_FILE) | grep 'MAILDEV_PORT=' | sed 's/MAILDEV_PORT=//'` +%-maildev: BASE_PORTS = "MAILDEV_PORT=1025" + .PHONY: %-release %-release: PROD=true %-release: SERVICE=fradrive