Sign inSign up

michaelirwin244/ai-game:compose

Manifest digest

sha256:1c727e3b6b7d7149394c6c5871df86ab517b4634d8fdc030dfd675e6d8b91b28

Last pushed

about 1 year by michaelirwin244

Type

Compose

Manifest digest

sha256:1c727e3b6b7d7149394c6c5871df86ab517b4634d8fdc030dfd675e6d8b91b28

Compose file content

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_0

Docker commands

docker compose -f oci://michaelirwin244/ai-game:compose up

Use the above command to pull and run the Compose file. Learn more.

Images used

Model + 1 more


Pulls

500K+

Stars

68

Last Updated

about 2 months

Compose + 1 more


Pulls

492

Stars

0

Last Updated

about 1 year