aboutsummaryrefslogtreecommitdiffstats
path: root/compose/base/claude-py.yml
blob: ad18995102986f02fcfd2e7e7ab51ccd2f94dad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
services:
  claude-py:
    build:
      context: ../..
      dockerfile: test/Dockerfile.claude-py
    environment:
      - CLAUDE_CODE_OAUTH_TOKEN=${CLAUDE_CODE_OAUTH_TOKEN}
      - CLAUDE_ACCOUNT_UUID=${CLAUDE_ACCOUNT_UUID}
      - CLAUDE_ORG_UUID=${CLAUDE_ORG_UUID}
      - TEST_MODE=${TEST_MODE:-chat}
    stdin_open: true
    tty: true