oc_template/compose.test.yml

16 lines
289 B
YAML
Raw Normal View History

2024-06-15 11:00:00 -05:00
version: '3.9'
services:
app.dev:
build:
context: .
dockerfile: Dockerfile_Test
environment:
SRC: /app
DB_CACHE: /tmp
DB_NAME: ":memory:"
TRYTOND_DATABASE_URI: sqlite://
command: sleep 10h
volumes:
- .:/app
working_dir: /app