fix: NEXT_PUBLIC_API_URL must be origin only — /api already in app routes
This commit is contained in:
parent
38108f62eb
commit
dda868d404
1 changed files with 2 additions and 2 deletions
|
|
@ -48,10 +48,10 @@ services:
|
||||||
context: ./packages/web
|
context: ./packages/web
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
- NEXT_PUBLIC_API_URL=https://model.manohargupta.com/api
|
- NEXT_PUBLIC_API_URL=https://model.manohargupta.com
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- NEXT_PUBLIC_API_URL=https://model.manohargupta.com/api
|
- NEXT_PUBLIC_API_URL=https://model.manohargupta.com
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.docker.network=dokploy-network
|
- traefik.docker.network=dokploy-network
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue