Skip to content

Commit

Permalink
Added kubernates deployment and services; Updated readme; Added dumpe…
Browse files Browse the repository at this point in the history
…d mongodb data
  • Loading branch information
MarkoDojkic committed Jul 15, 2023
1 parent 3efa58f commit d33785e
Show file tree
Hide file tree
Showing 22 changed files with 99 additions and 328,225 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified FE/.DS_Store
Binary file not shown.
15 changes: 8 additions & 7 deletions FE/config/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,42 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
priority=1
autorestart=false
startretries=0

[program:nginx]
command=nginx -g 'daemon off;'
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
priority=700
autorestart=false
startretries=0


[program:mongod]
command=mongod
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
priority=10
autorestart=false
startretries=0

[program:mongorestore]
command=mongorestore -d SingiAttend /var/www/html/static/miscellaneous/MongoDB/
command=mongorestore -d SingiAttend /var/www/html/static/miscellaneous/SingiAttend-MongoDB-Dump/
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
priority=120
autorestart=false
startretries=0

[program:java]
command=java -jar /app.jar
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=false
startretries=0
priority=900
autorestart=false
Binary file added FE/www/.DS_Store
Binary file not shown.
Binary file modified FE/www/static/.DS_Store
Binary file not shown.
Binary file modified FE/www/static/miscellaneous/.DS_Store
Binary file not shown.
Loading

0 comments on commit d33785e

Please sign in to comment.