proxy updates

This commit is contained in:
Timothy Pidashev
2024-03-06 14:55:36 -08:00
parent 8f57e420b5
commit 9204d1c569
12 changed files with 81 additions and 33 deletions

View File

@@ -6,21 +6,11 @@ PROJECT_SOURCES := "https://github.com/timmypidashev/web"
PROJECT_REGISTRY := "ghcr.io/timmypidashev/web"
PROJECT_ORGANIZATION := "org.opencontainers"
CONTAINER_PROXY_NAME := "proxy"
CONTAINER_PROXY_VERSION := "v0.0.1"
CONTAINER_PROXY_LOCATION := "src/proxy"
CONTAINER_PROXY_DESCRIPTION := "A Caddy reverse proxy."
CONTAINER_LANDING_NAME := "landing"
CONTAINER_LANDING_VERSION := "v1.0.0"
CONTAINER_LANDING_LOCATION := "src/web/landing"
CONTAINER_LANDING_LOCATION := "src/landing"
CONTAINER_LANDING_DESCRIPTION := "The landing page for my website."
CONTAINER_BLOG_NAME := "blog"
CONTAINER_BLOG_VERSION := "v0.0.0"
CONTAINER_BLOG_LOCATION := "src/web/blog"
CONTAINER_BLOG_DESCRIPTION := "The blog page for my website."
.DEFAULT_GOAL := help
.PHONY: run build push prune bump
.SILENT: run build push prune bump
@@ -53,6 +43,7 @@ run:
docker compose -f compose.$(word 2,$(MAKECMDGOALS)).yml up --remove-orphans
build:
# Arguments
# [container]: Build context(which container to build ['all' to build every container defined])