Skip to content

Commit f0b7b37

Browse files
authored
Update Makefile
1 parent 27e015e commit f0b7b37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

infracture/Makefile

+9
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,20 @@ rebuild-up:
4949
kill:
5050
docker-compose kill
5151

52+
# Logs
5253
logs:
5354
docker-compose logs -f
5455
logs-php-queue:
5556
docker-compose logs -f php-queue
5657

58+
# Yii
59+
db-migrate:
60+
docker-compose exec php-web php yii modules-migrate
61+
62+
# Redis
63+
redis-flush-all:
64+
docker-compose exec redis redis-cli FLUSHALL
65+
5766
# Bash
5867
bash-nginx:
5968
docker-compose exec nginx bash

0 commit comments

Comments
 (0)