💚(docker) adapt dockerfile with people updates

Adapt the dockerfile to include the new
people updates, plus adapt to impress project.
This commit is contained in:
Anthony LC
2024-04-04 14:06:03 +02:00
committed by Anthony LC
parent ca0571cb21
commit 007a9ae4f4
3 changed files with 77 additions and 38 deletions

View File

@@ -1,21 +1,3 @@
server {
listen 8082;
server_name localhost;
charset utf-8;
location /media {
alias /data/media;
}
location / {
proxy_pass http://app:8000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
server {
listen 8083;