mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-09-06 00:21:08 +02:00
Revert "Update with caddy instead nginx"
This reverts commit c07c16f2d7
.
This commit is contained in:
7
Makefile
7
Makefile
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user