2026.03.29 20:00 Gitea_manager javítás előtt

This commit is contained in:
Roo
2026-03-29 17:59:06 +00:00
parent 03258db091
commit ba8b6579ef
148 changed files with 7951 additions and 591 deletions

View File

@@ -23,7 +23,7 @@ services:
container_name: sf_api
env_file: .env
environment:
- ALLOWED_ORIGINS=https://app.servicefinder.hu,https://admin.servicefinder.hu,https://dev.servicefinder.hu,http://192.168.100.10:8503,http://localhost:5173,http://localhost:3001
- ALLOWED_ORIGINS=https://app.servicefinder.hu,https://admin.servicefinder.hu,https://dev.servicefinder.hu,https://dev.profibot.hu,http://192.168.100.10:8503,http://localhost:5173,http://localhost:3001,http://localhost:3000
ports:
- "8000:8000"
volumes:
@@ -308,7 +308,7 @@ services:
ports:
- "8503:5173"
environment:
- VITE_API_BASE_URL=http://sf_api:8000
- VITE_API_BASE_URL=/api/v1
volumes:
- ./frontend:/app
- /app/node_modules