Switch to jenkins multipipeline
All checks were successful
Portfolio/pipeline/head This commit looks good

This commit is contained in:
2026-01-08 11:48:07 +01:00
parent 82542de14f
commit 9f7c4dbb2e
2 changed files with 22 additions and 18 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
portfolio:
image: portfolio:master
container_name: portfolio
restart: always
networks:
- reverse-proxy
networks:
reverse-proxy:
external: true