Merge pull request 'dev' (#3) from dev into main
Some checks failed
Deploy / deploy (push) Failing after 8s
Some checks failed
Deploy / deploy (push) Failing after 8s
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
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