2026.06.04 frontend építés közben

This commit is contained in:
Roo
2026-06-04 07:26:22 +00:00
parent 7adf6cc3e3
commit 59a30ac428
3302 changed files with 24091 additions and 1771 deletions

View File

@@ -17,7 +17,7 @@ services:
# Nem függünk a helyi postgres-től, mert az external
restart: "no"
# --- KÖZPONTI API ---
# --- KÖZPONTI API ---
sf_api:
build: ./backend
container_name: sf_api
@@ -44,6 +44,7 @@ services:
count: all
capabilities: [gpu]
# --- SZERVIZ HADOSZTÁLY ---
sf_service_scout:
build: ./backend
@@ -157,7 +158,7 @@ services:
env_file: .env
restart: unless-stopped
entrypoint: >
/bin/sh -c "python -m app.worker.heavy_eu && echo 'Vége, pihenő...' && sleep 36000"
/bin/sh -c "python -m app.workers.vehicle.vehicle_robot_1_5_heavy_eu && echo 'Vége, pihenő...' && sleep 36000"
networks:
- sf_net
- shared_db_net
@@ -303,7 +304,6 @@ services:
context: ./frontend
dockerfile: Dockerfile.dev
container_name: sf_public_frontend
command: npm run dev -- --host 0.0.0.0
env_file: .env
ports:
- "8503:5173"