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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Login to Gitea Registry
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
run: |
+1 -1
View File
@@ -1,2 +1,2 @@
parameters:
app.version: '0.1.69'
app.version: '0.1.67'