sha256:1c727e3b6b7d7149394c6c5871df86ab517b4634d8fdc030dfd675e6d8b91b28
Last pushed
about 1 year by michaelirwin244
Type
Compose
Manifest digest
sha256:1c727e3b6b7d7149394c6c5871df86ab517b4634d8fdc030dfd675e6d8b91b28
services:
app:
image: michaelirwin244/ai-game
pull_policy: always
ports:
- 3000:3000
volumes:
- game-state:/data
models:
gemma3:
endpoint_var: OPENAI_BASE_URL
model_var: OPENAI_MODEL
volumes:
game-state:
models:
gemma3:
model: ai/gemma3:4B-Q4_0docker compose -f oci://michaelirwin244/ai-game:compose upUse the above command to pull and run the Compose file. Learn more.