ci: ajout du deploiement continu avec gitea actions
Deploy Backendia / deploy (push) Failing after 42s

This commit is contained in:
streaper2
2026-08-25 22:28:33 +02:00
parent 44ac4462a6
commit 1b2310b12b
4 changed files with 73 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
backendia:
build:
context: ./backendia
dockerfile: Dockerfile
container_name: backendia-prod
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
environment:
- NODE_ENV=production
- PORT=3000
volumes:
- backendia_uploads:/app/uploads
- backendia_exports:/app/exports
volumes:
backendia_uploads:
backendia_exports: