This commit is contained in:
2022-08-18 15:42:27 +03:00
commit 2157306a4e
22 changed files with 1015 additions and 0 deletions

6
service-up Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
mkdir -p data
docker-compose build
docker-compose up -d -t 0
docker-compose logs -f