Revert "V1_Fonctionnel_GTAV1_GTA"

This reverts commit 6d244f5323.
This commit is contained in:
2025-12-02 17:49:04 +01:00
parent 6d244f5323
commit 244db6bfb6
55 changed files with 5815 additions and 7563 deletions

View File

@@ -1,36 +1,12 @@
services:
backend:
build:
context: ./project/public/Backend
dockerfile: DockerfileGTA.backend
container_name: gta-backend
hostname: backend
ports:
- "8012:3000"
volumes:
- ./project/public/Backend/uploads:/app/uploads
networks:
- gta-network
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
frontend:
build:
context: ./project
dockerfile: DockerfileGTA.frontend
container_name: gta-frontend
hostname: frontend
image: ouijdaneim/gta-frontend:latest
ports:
- "3013:80"
environment:
- VITE_API_URL=http://backend:3000
networks:
- gta-network
- "3000:80"
depends_on:
- backend
restart: unless-stopped
networks:
gta-network:
driver: bridge
backend:
image: ouijdaneim/gta-backend:latest
ports:
- "8000:80"