build(Makefile): add maildev target for local testing
This commit is contained in:
parent
695bd18763
commit
553e699b56
6
Makefile
6
Makefile
@ -152,6 +152,12 @@ start:
|
|||||||
%-memcached: SET_IMAGE=$$(MEMCACHED_IMAGE) --port=`cat $$(CONTAINER_FILE) | grep 'MEMCACHED_PORT=' | sed 's/MEMCACHED_PORT=//'`
|
%-memcached: SET_IMAGE=$$(MEMCACHED_IMAGE) --port=`cat $$(CONTAINER_FILE) | grep 'MEMCACHED_PORT=' | sed 's/MEMCACHED_PORT=//'`
|
||||||
%-memcached: BASE_PORTS = "MEMCACHED_PORT=11211"
|
%-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
|
.PHONY: %-release
|
||||||
%-release: PROD=true
|
%-release: PROD=true
|
||||||
%-release: SERVICE=fradrive
|
%-release: SERVICE=fradrive
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user