Use https for API_URL in production
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-15 08:52:51 +05:30
parent 584660f9a7
commit 4e95d802cc

View file

@ -52,7 +52,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
restart: unless-stopped restart: unless-stopped
environment: environment:
- NEXT_PUBLIC_API_URL=http://api:8000 - NEXT_PUBLIC_API_URL=https://model.manohargupta.com/api
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.docker.network=web" - "traefik.docker.network=web"