mirror of
https://github.com/Dannecron/ich-lerne-deutsch.git
synced 2025-12-25 12:52:35 +03:00
Add makefile
This commit is contained in:
21
Makefile
Normal file
21
Makefile
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
up:
|
||||||
|
docker-compose up -d
|
||||||
|
|
||||||
|
up-build:
|
||||||
|
docker-compose up --build -d
|
||||||
|
|
||||||
|
down:
|
||||||
|
docker-compose down
|
||||||
|
|
||||||
|
ps:
|
||||||
|
docker-compose ps
|
||||||
|
|
||||||
|
logs:
|
||||||
|
docker-compose logs --tail 100
|
||||||
|
|
||||||
|
logs-follow:
|
||||||
|
docker-compose logs --tail 100 -f
|
||||||
|
|
||||||
|
firestore-import:
|
||||||
|
docker-compose exec app firestore-import --yes --backupFile /var/www/vue/data/back-up.json
|
||||||
|
|
||||||
Reference in New Issue
Block a user