version: '3.9' services: test.dev: build: context: . args: TRYTOND_VERSION: ${TRYTOND_VERSION} environment: SRC: /app DB_CACHE: /tmp DB_NAME: ":memory:" TRYTOND_DATABASE_URI: sqlite:// command: sleep 10h volumes: - .:/app env_file: - .env working_dir: /app