feat(ci): stabilize infrastructure and deployment pipeline

This commit is contained in:
2026-01-12 18:41:32 +01:00
parent f6b3931177
commit f819c6d708
7 changed files with 95 additions and 2 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
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