Add caddy version control, explicit portfolio version, cache management
All checks were successful
Portfolio/pipeline/head This commit looks good

This commit is contained in:
2026-01-08 19:39:17 +01:00
parent b4c10b62cc
commit 3f98cac537
5 changed files with 22 additions and 9 deletions

View File

@@ -1,6 +1,10 @@
services:
portfolio:
image: portfolio:master
build:
context: .
args:
- CADDY_VERSION=${CADDY_VERSION}
image: portfolio:${PORTFOLIO_VERSION}
container_name: portfolio
restart: always
networks: