feat: nebulosus tmp solution
Signed-off-by: Raine <raine@ixvd.net>
This commit is contained in:
parent
759852140a
commit
83a548ca8f
20 changed files with 153 additions and 127 deletions
|
@ -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;
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
version: '2.2'
|
||||
|
||||
|
||||
services:
|
||||
site:
|
||||
image: git.ixvd.net/nebulosus/web
|
||||
networks:
|
||||
- proxy
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue