Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit efba7a3

Browse files
committedNov 16, 2020
Add timer to make up command
1 parent 2f7e947 commit efba7a3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ import-db: confirmation
4343
.PHONY: up
4444
up:
4545
${DC} up -d web
46+
ifeq ($(MODE),prod)
47+
${DC} up -d timer
48+
endif
4649
${DC} ps
4750
@echo
4851
@echo 'Service is now up'

‎config-template.env

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
MODE=
2+
13
COMPOSE_PROJECT_NAME=
24

35
MYSQL_USER=CodeMOOCUser

0 commit comments

Comments
 (0)