We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659576b commit 18e9c5dCopy full SHA for 18e9c5d
1 file changed
docker-compose.homelab.yml
@@ -30,7 +30,7 @@ services:
30
- "3100:3000"
31
# Override environment variables for homelab
32
environment:
33
- - NEXT_PUBLIC_API_URL=http://portfolio-api.medevs.local
+ - NEXT_PUBLIC_API_URL=https://portfolio-api.medevs.local
34
- NEXT_PUBLIC_ADMIN_API_KEY=${ADMIN_API_KEY}
35
pull_policy: always # Always pull latest image
36
0 commit comments