change label
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
oleg.vodyanov91@gmail.com 2025-04-22 23:53:40 +04:00
parent ebf738f7e8
commit 71bd3c0fd3
2 changed files with 9 additions and 2 deletions

View File

@ -16,7 +16,14 @@ docker run --rm --network app-net --name instagram_links_app \
-v /etc/ssl/certs/dhparam.pem:/etc/ssl/certs/dhparam.pem \ -v /etc/ssl/certs/dhparam.pem:/etc/ssl/certs/dhparam.pem \
-v /etc/letsencrypt:/etc/letsencrypt \ -v /etc/letsencrypt:/etc/letsencrypt \
-v /staticFiles:/staticFiles \ -v /staticFiles:/staticFiles \
-p 8000:8000 --env-file .env -dt instagram_links_app:0.0.2 -p 8000:8000 --env-file /home/kreamond/instalink/.env -dt registry.myinstalink.ru/app:latest
docker run -d \
--name watchtower_app \
-v /var/run/docker.sock:/var/run/docker.sock \
containrrr/watchtower \
instagram_links_app
pip install gunicorn pip install gunicorn

View File

@ -11,7 +11,7 @@
</head> </head>
<body class="bg-light"> <body class="bg-light">
<div class="container py-4"> <div class="container py-4">
<h1 class="mb-4">Instagram Links</h1> <h1 class="mb-4">Myinstalinks</h1>
<!-- Input to add new link --> <!-- Input to add new link -->
<div class="mb-4 d-flex"> <div class="mb-4 d-flex">