Use https for API_URL in production
This commit is contained in:
parent
584660f9a7
commit
4e95d802cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue