feat: build CRM image in Gitea registry
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 29s

This commit is contained in:
Kroonk
2026-05-22 16:01:39 +02:00
parent 16e59b1532
commit 38cc4c09ca
4 changed files with 94 additions and 7 deletions

View File

@@ -1,11 +1,7 @@
version: '3.8'
services:
mischcrm:
container_name: mischcrm
build:
context: .
dockerfile: Dockerfile
image: git.mischlabs.de/mrdiderot/crm:latest
restart: unless-stopped
ports:
- '38090:8085'