From f997bec05723cc62c70d120d105451addc0f6ec6 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 19 Feb 2025 12:07:30 +0100 Subject: [PATCH] bless --- compose.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/compose.yaml b/compose.yaml index cd6af6b..e5e0ea2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,6 @@ services: minishell: container_name: "minishell" - # image: qemux/qemu-docker restart: always build: context: ./minishell @@ -24,20 +23,6 @@ services: website_net: 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: container_name: "nginx-site" restart: always @@ -66,7 +51,6 @@ services: - ./certbot/conf:/etc/letsencrypt: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 website: