From 68f48ae8bdfa99d8a0c465152dcb8cfa890eae05 Mon Sep 17 00:00:00 2001 From: viljarb Date: Thu, 2 Apr 2026 18:23:19 +0000 Subject: [PATCH] makefile up --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c9a3e7e..15be4eb 100755 --- a/Makefile +++ b/Makefile @@ -4,8 +4,6 @@ dev: down: docker compose down -cert: +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 - -prod: - DOMAIN=viljarb.online GITEA_DOMAIN=gitea.viljarb.online GITEA_ROOT_URL=https://gitea.viljarb.online/ EMAIL=viljarb@tutanota.com docker compose up --build + DOMAIN=viljarb.online GITEA_DOMAIN=gitea.viljarb.online GITEA_ROOT_URL=https://gitea.viljarb.online/ EMAIL=viljarb@tutanota.com docker compose up --build -d