isMerge branch 'main' of github.com:vman101/website
This commit is contained in:
commit
3e291b1892
16
compose.yaml
16
compose.yaml
@ -1,7 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
minishell:
|
minishell:
|
||||||
container_name: "minishell"
|
container_name: "minishell"
|
||||||
# image: qemux/qemu-docker
|
|
||||||
restart: always
|
restart: always
|
||||||
build:
|
build:
|
||||||
context: ./minishell
|
context: ./minishell
|
||||||
@ -24,20 +23,6 @@ services:
|
|||||||
website_net:
|
website_net:
|
||||||
ipv4_address: "88.88.5.2"
|
ipv4_address: "88.88.5.2"
|
||||||
|
|
||||||
# volumes:
|
|
||||||
# - /home/victor/git/website/minishell/linux-minishell/alpine-custom.iso:/boot.iso
|
|
||||||
|
|
||||||
# environment:
|
|
||||||
# DISK_SIZE: "1GB"
|
|
||||||
# RAM_SIZE: "500MB"
|
|
||||||
# ARGUMENTS: "-boot d"
|
|
||||||
# DEBUG: "1"
|
|
||||||
# BOOT_MODE: "legacy"
|
|
||||||
# BOOT: "https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86_64/alpine-virt-3.21.3-x86_64.iso"
|
|
||||||
|
|
||||||
# networks:
|
|
||||||
# - website_net
|
|
||||||
|
|
||||||
nginx-site:
|
nginx-site:
|
||||||
container_name: "nginx-site"
|
container_name: "nginx-site"
|
||||||
restart: always
|
restart: always
|
||||||
@ -66,7 +51,6 @@ services:
|
|||||||
- ./certbot/conf:/etc/letsencrypt:rw
|
- ./certbot/conf:/etc/letsencrypt:rw
|
||||||
- ./certbot/www/:/var/www/certbot/:rw
|
- ./certbot/www/:/var/www/certbot/:rw
|
||||||
|
|
||||||
|
|
||||||
command: certonly --webroot --webroot-path /var/www/certbot --force-renewal --email victorvobis@protonmail.com -d remoteserver.vps.webdock.cloud --agree-tos
|
command: certonly --webroot --webroot-path /var/www/certbot --force-renewal --email victorvobis@protonmail.com -d remoteserver.vps.webdock.cloud --agree-tos
|
||||||
|
|
||||||
website:
|
website:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user