2026.06.04 frontend építés közben
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user