Compare commits

..

7 Commits

Author SHA1 Message Date
a33683fe48 Merge pull request 'dev' (#3) from dev into main
Some checks failed
Deploy / deploy (push) Failing after 8s
Reviewed-on: #3
2026-03-21 15:00:05 +00:00
80a5a5bc55 chore:clean template
Some checks failed
Deploy / deploy (push) Failing after 8s
2026-03-21 15:59:19 +01:00
a700becb0d chore: add docker compose templates
Some checks failed
Deploy / deploy (push) Failing after 9s
2026-03-21 15:55:16 +01:00
4e85aed098 chore: add docker compose templates
Some checks failed
Deploy / deploy (push) Failing after 8s
2026-03-21 15:54:30 +01:00
69680141ff ci: test runner
Some checks failed
Deploy / deploy (push) Failing after 7s
2026-03-21 15:41:37 +01:00
3b3e0e9004 ci: test runner
Some checks failed
Deploy / deploy (push) Failing after 1m37s
2026-03-21 15:35:29 +01:00
347f49e2af ci: test runner 2026-03-21 15:30:03 +01:00
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Nom du projet
## Description
[Description du projet]
## Installation
```bash
npm install
npm run dev
```
## Déploiement
Via Gitea Actions → Docker → NAS (rigolet.tech)

13
docker/docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
app:
image: your-app:latest
container_name: your-app
restart: unless-stopped
networks:
- proxy
networks:
proxy:
external: true