chore: Add Develop to environment variables for test

This commit is contained in:
2026-06-19 12:11:29 -05:00
parent f4f9ee4d22
commit d0309fdfc1
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ SLEEP_TRYTOND_ADMIN=5
TRYTON_PORT_LIVE=18021 TRYTON_PORT_LIVE=18021
PUDB_PORT_LIVE=8085 PUDB_PORT_LIVE=8085
PUDB_PORT=8095 PUDB_PORT=8095
DEVELOP=True
WORKER=True WORKER=True
# Facho # Facho

View File

@@ -10,6 +10,7 @@ services:
DB_CACHE: /tmp DB_CACHE: /tmp
DB_NAME: ":memory:" DB_NAME: ":memory:"
TRYTOND_DATABASE_URI: sqlite:// TRYTOND_DATABASE_URI: sqlite://
DEVELOP: "True"
command: sleep 10h command: sleep 10h
volumes: volumes:
- .:/app - .:/app