defined basic stack

This commit is contained in:
Nikola Derežić
2026-01-08 13:05:18 +01:00
commit 619e7433fe
3 changed files with 109 additions and 0 deletions

5
deploy.sh Normal file
View File

@@ -0,0 +1,5 @@
# creating volumes which will be mounted as volume in container
mkdir -p config
mkdir -p data
sudo chown 1000:1000 config/ data/