Skip to content

Commit 18e9c5d

Browse files
committed
Fix: Update NEXT_PUBLIC_API_URL to HTTPS
1 parent 659576b commit 18e9c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.homelab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- "3100:3000"
3131
# Override environment variables for homelab
3232
environment:
33-
- NEXT_PUBLIC_API_URL=http://portfolio-api.medevs.local
33+
- NEXT_PUBLIC_API_URL=https://portfolio-api.medevs.local
3434
- NEXT_PUBLIC_ADMIN_API_KEY=${ADMIN_API_KEY}
3535
pull_policy: always # Always pull latest image
3636

0 commit comments

Comments
 (0)