feat(deploy): add Jenkins production deployment pipeline

This commit is contained in:
2026-03-06 10:18:11 +00:00
parent a3030703ce
commit 403c6dd0a0
6 changed files with 236 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
services:
web:
container_name: plesk-agency-portal
image: ${APP_IMAGE:-plesk-agency-portal:latest}
build:
context: .
dockerfile: Dockerfile