From df882893dc6e75384a9cb8b715d07a021053c60b Mon Sep 17 00:00:00 2001 From: viljarb Date: Sun, 7 Jun 2026 15:25:30 +0000 Subject: [PATCH] modified: Makefile modified: docker-compose.yml --- Makefile | 2 ++ docker-compose.yml | 18 +----------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 15be4eb..46bd505 100755 --- a/Makefile +++ b/Makefile @@ -7,3 +7,5 @@ down: up: DOMAIN=viljarb.online GITEA_DOMAIN=gitea.viljarb.online GITEA_ROOT_URL=https://gitea.viljarb.online/ EMAIL=viljarb@tutanota.com docker compose -f compose.certbot.yml --profile certbot run --rm certbot DOMAIN=viljarb.online GITEA_DOMAIN=gitea.viljarb.online GITEA_ROOT_URL=https://gitea.viljarb.online/ EMAIL=viljarb@tutanota.com docker compose up --build -d + +restart: down up diff --git a/docker-compose.yml b/docker-compose.yml index cde0a52..ea19229 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,22 +4,6 @@ networks: external: false services: - #certbot: - # profiles: - # - certbot # Only run via: docker compose --profile certbot run --rm certbot - # network_mode: host - # build: - # context: . - # dockerfile: Dockerfile.certbot - # environment: - # - DOMAIN=${DOMAIN} - # - EMAIL=${EMAIL} - # - GITEA_DOMAIN=${GITEA_DOMAIN} - # volumes: - # - certs:/etc/letsencrypt - # ports: - # - "80:80" - # restart: "no" nginx: build: @@ -70,4 +54,4 @@ services: volumes: - certs: \ No newline at end of file + certs: