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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue