chore: add gitea ci/cd skeleton
Some checks failed
CI / commitlint (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / commitlint (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
R-DEV
2025-11-23 22:48:54 +01:00
parent 92aab696a0
commit 10d8647b50
11 changed files with 1666 additions and 0 deletions

9
docker-compose.prod.yml Normal file
View File

@@ -0,0 +1,9 @@
version: "3.8"
services:
app:
image: ${REGISTRY:-registry.local}/${IMAGE_NAME:-mon-projet}:${IMAGE_TAG:?vX.Y.Z_required}
env_file:
- /opt/mon-projet/env/prod/.env
restart: unless-stopped
command: ["sh", "-c", "echo Replace this command with your application start"]