Files
portfolio/docker-compose.yml
Lucas 3f98cac537
All checks were successful
Portfolio/pipeline/head This commit looks good
Add caddy version control, explicit portfolio version, cache management
2026-01-08 19:39:17 +01:00

15 lines
278 B
YAML

services:
portfolio:
build:
context: .
args:
- CADDY_VERSION=${CADDY_VERSION}
image: portfolio:${PORTFOLIO_VERSION}
container_name: portfolio
restart: always
networks:
- reverse-proxy
networks:
reverse-proxy:
external: true