docker compose fix
This commit is contained in:
+3
-3
@@ -5,9 +5,9 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
# Optional: Uncomment to set API key at build time (not recommended for security)
|
||||||
# Optional: Set API key at build time (not recommended for security)
|
# args:
|
||||||
# NEXT_PUBLIC_GEMINI_API_KEY: ${NEXT_PUBLIC_GEMINI_API_KEY}
|
# NEXT_PUBLIC_GEMINI_API_KEY: ${NEXT_PUBLIC_GEMINI_API_KEY}
|
||||||
image: chess-tutor:latest
|
image: chess-tutor:latest
|
||||||
container_name: chess-tutor
|
container_name: chess-tutor
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user