Feat : Lot of stuff
All checks were successful
Build and Push Docker Images / docker (push) Successful in 51s

This commit is contained in:
jeanotx32
2026-06-02 18:55:11 -04:00
parent daf68d98fa
commit f2e5a24b37
9 changed files with 655 additions and 151 deletions

View File

@@ -1,6 +1,6 @@
services:
backend:
build: ./backend
image: git.jeanbonapp.com/jeanbon/scriptvps/backend:latest
ports:
- "8000:8000"
volumes:
@@ -9,9 +9,10 @@ services:
restart: unless-stopped
frontend:
build: ./frontend
image: git.jeanbonapp.com/jeanbon/scriptvps/frontend:latest
ports:
- "3000:80"
depends_on:
- backend
restart: unless-stopped