add persistent storage on postgres and django

This commit is contained in:
2024-11-09 16:23:05 +01:00
parent 0184706c3a
commit bfd45be93b
7 changed files with 30 additions and 35 deletions

View File

@ -10,4 +10,6 @@ RUN openssl req -x509 -nodes -out /etc/nginx/ssl/inception.crt -keyout /etc/ngin
COPY nginx.conf /etc/nginx/nginx.conf
COPY static /var/www/static
STOPSIGNAL SIGKILL
ENTRYPOINT ["nginx", "-g", "daemon off;"]