feat: nebulosus tmp solution

Signed-off-by: Raine <raine@ixvd.net>
This commit is contained in:
Strix 2024-03-29 16:45:06 +01:00
parent 759852140a
commit 83a548ca8f
20 changed files with 153 additions and 127 deletions

View file

@ -0,0 +1,8 @@
server {
listen 80;
server_name nebulosus.nl;
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
proxy_pass http://site;
}

View file

@ -0,0 +1,8 @@
version: '2.2'
services:
site:
image: git.ixvd.net/nebulosus/web
networks:
- proxy

View file

@ -7,7 +7,7 @@ services:
build: custom/nginx
environment:
CERTBOT_EMAIL: "webmaster@ixvd.net"
CERTBOT_DOMAINS: "keymaker.ixvd.net,ixvd.net,via.ixvd.net,cdn.ixvd.net,park.ixvd.net"
CERTBOT_DOMAINS: "keymaker.ixvd.net,ixvd.net,via.ixvd.net,cdn.ixvd.net,park.ixvd.net,nebulosus.nl"
volumes:
- /srv/certbot/data:/etc/letsencrypt
- /srv/certbot/other/www:/var/www/certbot
@ -30,4 +30,4 @@ networks:
external: true
internal:
external: true