mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
hugo-chat!
This commit is contained in:
parent
c97168fe00
commit
c96cec0114
2 changed files with 11 additions and 0 deletions
|
|
@ -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
1
run_scripts/hugo-chat.sh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
docker run --net internal --name hugo-chat-frontend -d --restart=always docker.nilstrieb.dev/hugo-chat-frontend:1.0.0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue