Revert "V1_GTA"

This reverts commit 881476122c.
This commit is contained in:
2025-12-02 17:50:31 +01:00
parent 0dc7125688
commit 6f75a66906
54 changed files with 5645 additions and 7619 deletions

View File

@@ -1,44 +1,12 @@
version: "3.8"
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:
mariadb_default:
aliases:
- backend
- gta-backend
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
services:
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:
mariadb_default:
aliases:
- frontend
- gta-frontend
- "3000:80"
depends_on:
- backend
restart: unless-stopped
networks:
mariadb_default:
external: true
backend:
image: ouijdaneim/gta-backend:latest
ports:
- "8000:80"