ci(jenkins): switch to multibranch pipe

This commit is contained in:
2026-01-08 11:48:07 +01:00
parent ae865f48e0
commit 152b710fb8
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