Firebase to MongoDB change, updated README.md, removed entrypoint.py and heroku-specific files

Author: miloszowi<miloszweb@gmail.com>
This commit is contained in:
miloszowi
2021-09-25 16:49:11 +02:00
parent c29b0dabc5
commit baa8a78cad
41 changed files with 390 additions and 226 deletions

5
docker/logs Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
[ -z "$1" ] && printf "\nPlease specify service name (ex. app)\n\n" && exit
docker-compose logs -f "$@"