Revert "Update with caddy instead nginx"

This reverts commit c07c16f2d7.
This commit is contained in:
2023-04-15 20:41:28 +02:00
parent b13654df15
commit c2f8075fd7
24 changed files with 99 additions and 149 deletions

View File

@@ -7,9 +7,9 @@
#// |_| |_| //
#//////////////////////////////////////////////////////////////
#// //
#// Infrastructur, 2022 //
#// Script, 2022 //
#// Created: 14, April, 2022 //
#// Modified: 10, April, 2023 //
#// Modified: 17, March, 2023 //
#// file: - //
#// - //
#// Source: //
@@ -20,7 +20,7 @@
DOCKER := docker
PROFILES := webserver database wordpress
PROFILES := wp_db wordpress webserver certbot phpmyadmin qbittorrent jellyfin
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
@@ -68,7 +68,6 @@ state:
.PHONY: update
update:
git submodule update --init --recursive --remote
git pull --recurse-submodules --all --progress
docker compose $(COMPOSE_FILES) $(PROFILES_CMD) pull