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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user