Compare commits
7 Commits
c2d22f4095
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a33683fe48 | |||
| 80a5a5bc55 | |||
| a700becb0d | |||
| 4e85aed098 | |||
| 69680141ff | |||
| 3b3e0e9004 | |||
| 347f49e2af |
13
README.md
13
README.md
@@ -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
13
docker/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user