hugo-chat!

This commit is contained in:
nora 2022-09-10 21:33:23 +02:00
parent c97168fe00
commit c96cec0114
2 changed files with 11 additions and 0 deletions

View file

@ -57,5 +57,15 @@ http {
} }
} }
server {
listen 443 ssl;
server_name "hugo-chat.nilstrieb.dev";
location / {
proxy_pass http://hugo-chat-frontend:80/;
}
}
server_tokens off; server_tokens off;
} }

1
run_scripts/hugo-chat.sh Normal file
View file

@ -0,0 +1 @@
docker run --net internal --name hugo-chat-frontend -d --restart=always docker.nilstrieb.dev/hugo-chat-frontend:1.0.0