init commit

This commit is contained in:
Vassiliy Yegorov
2020-07-08 16:03:52 +07:00
commit edaa556a5e
30 changed files with 633 additions and 0 deletions

5
4.Addons/mon-init.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
[[ ! -f .env ]] && cp .env.example .env
docker-compose up -d