fix: NEXT_PUBLIC_API_URL must be origin only — /api already in app routes
Some checks are pending
CI / Engine — lint / typecheck / test (push) Waiting to run
CI / API — lint / typecheck / test (push) Waiting to run
CI / Web — typecheck / lint / build (push) Waiting to run

This commit is contained in:
Manohar Gupta 2026-05-16 04:24:42 +00:00
parent 38108f62eb
commit dda868d404

View file

@ -48,10 +48,10 @@ services:
context: ./packages/web
dockerfile: Dockerfile
args:
- NEXT_PUBLIC_API_URL=https://model.manohargupta.com/api
- NEXT_PUBLIC_API_URL=https://model.manohargupta.com
restart: unless-stopped
environment:
- NEXT_PUBLIC_API_URL=https://model.manohargupta.com/api
- NEXT_PUBLIC_API_URL=https://model.manohargupta.com
labels:
- traefik.enable=true
- traefik.docker.network=dokploy-network