mirror of
https://github.com/viljarb0/site.git
synced 2026-08-12 00:57:54 +00:00
modified: Makefile
modified: docker-compose.yml
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
@@ -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:
|
||||
certs:
|
||||
|
||||
Reference in New Issue
Block a user