Enhance Docker and Vite configurations for marketing service; update allowed hosts in docker-compose; modify marketing script in package.json; fix heading typo in Usage component; update marketing image asset.

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-13 19:54:22 +00:00
parent 0b1445fdc9
commit f8bab8d432
6 changed files with 90 additions and 35 deletions

View File

@@ -110,6 +110,7 @@ services:
- "0.0.0.0:8023:5174" # Marketing dev server port (internal: 5174, external: 8023)
environment:
VITE_BACKEND_URL: "https://api.igny8.com/api"
VITE_ALLOWED_HOSTS: "igny8.com,www.igny8.com,app.igny8.com,api.igny8.com,localhost,127.0.0.1,0.0.0.0,172.18.0.13"
volumes:
- /data/app/igny8/frontend:/app:rw
networks: [igny8_net]