Update backend URL to production in docker-compose

This commit is contained in:
Yann Ahlgrim
2025-10-23 14:58:24 +02:00
committed by GitHub
parent a0e1db9349
commit 843a11d08d
+1 -1
View File
@@ -23,7 +23,7 @@ services:
- "3000:3000" - "3000:3000"
restart: unless-stopped restart: unless-stopped
environment: environment:
- NEXT_PUBLIC_BACKEND_URL=http://localhost:8003 - NEXT_PUBLIC_BACKEND_URL=https://yann1.ahlgrim.net
# ollama: # ollama:
# # This is a placeholder image; ensure you have an Ollama-compatible image and models available. # # This is a placeholder image; ensure you have an Ollama-compatible image and models available.