modified: Makefile

modified:   docker-compose.yml
This commit is contained in:
viljarb
2026-06-07 15:25:30 +00:00
parent 06a5c6da18
commit df882893dc
2 changed files with 3 additions and 17 deletions

View File

@@ -7,3 +7,5 @@ down:
up: 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 -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 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

View File

@@ -4,22 +4,6 @@ networks:
external: false external: false
services: 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: nginx:
build: build: