Compare commits

..

4 Commits

Author SHA1 Message Date
tristan 3ea3a004c0 docs : add Docker deployment documentation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 17:44:39 +02:00
tristan 854952d448 feat : add nginx reverse proxy config for Docker setup 2026-03-30 17:43:18 +02:00
tristan 6f9fdd3792 feat(deploy) : add multi-stage production Dockerfile 2026-03-30 17:42:38 +02:00
gitea-actions 8d2715acfc feat(deploy) : add internal nginx config for production container 2026-03-30 17:41:34 +02:00
4 changed files with 3 additions and 6 deletions
+1 -3
View File
@@ -24,9 +24,7 @@
"Bash(npx xlsx-cli:*)", "Bash(npx xlsx-cli:*)",
"Bash(cat /home/m-tristan/.claude/projects/-home-m-tristan-workspace-SIRH/4b53d9d7-d8ae-451f-a5cc-5d4fd55f2eef/tool-results/toolu_019hng9Cu2m9wiNACuC2Wm3F.json | python3 -c \"import json,sys; data=json.load\\(sys.stdin\\); print\\(data[0]['text']\\)\" 2>/dev/null | head -2000)", "Bash(cat /home/m-tristan/.claude/projects/-home-m-tristan-workspace-SIRH/4b53d9d7-d8ae-451f-a5cc-5d4fd55f2eef/tool-results/toolu_019hng9Cu2m9wiNACuC2Wm3F.json | python3 -c \"import json,sys; data=json.load\\(sys.stdin\\); print\\(data[0]['text']\\)\" 2>/dev/null | head -2000)",
"Bash(pip3 install:*)", "Bash(pip3 install:*)",
"Bash(find:*)", "Bash(find:*)"
"Bash(git add:*)",
"Bash(git commit:*)"
] ]
} }
} }
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Login to Gitea Registry - name: Login to Gitea Registry
run: | run: |
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.malio.fr -u "${{ gitea.repository_owner }}" --password-stdin echo "${{ secrets.RELEASE_TOKEN }}" | docker login gitea.malio.fr -u "${{ gitea.repository_owner }}" --password-stdin
- name: Build Docker image - name: Build Docker image
run: | run: |
-1
View File
@@ -1,5 +1,4 @@
# SIRH # SIRH
Application de gestion des absences employée Application de gestion des absences employée
## Importer un dump de prod en dev ## Importer un dump de prod en dev
+1 -1
View File
@@ -1,2 +1,2 @@
parameters: parameters:
app.version: '0.1.70' app.version: '0.1.67'