Files
NaliiaERP/docker-compose.test.yaml

22 lines
437 B
YAML
Executable File

services:
test.dev:
build:
context: .
dockerfile: Dockerfile_test
args:
TRYTOND_VERSION: ${TRYTOND_VERSION}
environment:
SRC: /app
DB_CACHE: /tmp
DB_NAME: ":memory:"
TRYTOND_DATABASE_URI: sqlite://
DEVELOP: "True"
command: sleep 10h
volumes:
- .:/app
ports:
- "${PUDB_PORT:-8025}:8025"
working_dir: /app
env_file:
- .env.development