added image content to repo

This commit is contained in:
Dobromir Popov
2024-02-23 19:45:01 +02:00
parent 96af2b7f68
commit 6400f27a69
25 changed files with 6 additions and 3 deletions

View File

@ -13,7 +13,7 @@ services:
#- DATABASE_URL=mysql://jwpwsofia:dwxhns9p9vp248V39xJyRthUsZ2gR9@mariadb:3306/jwpwsofia
#- DATABASE_URL=postgres://jwpwsofia:dwxhns9p9vp248V39xJyRthUsZ2gR9@mariadb:3306/jwpwsofia
- UPDATE_CODE_FROM_GIT=true # Set to true to pull latest code from Git
- GIT_BRANCH=mariadb
- GIT_BRANCH=main
- GIT_USERNAME=deploy
- GIT_PASSWORD=%L3Kr2R438u4F7^%40
command: sh -c " cd /app && npm install && npm run nodeenv; tail -f /dev/null"