Added CICD
All checks were successful
Build Docker image / build (push) Successful in 3m20s
Build Docker image / deploy (push) Successful in 3s
Build Docker image / verify (push) Successful in 34s

This commit is contained in:
Roman Krček
2025-07-18 09:45:09 +02:00
parent e8dcb700b5
commit 162a158a85
4 changed files with 113 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
---
services:
app:
image: ${DOCKER_REGISTRY}/${DOCKER_USER}/${DOCKER_IAMGE}:latest
restart: unless-stopped
ports:
- "3000:3000"