refactor: Deploy System

This commit is contained in:
2026-06-18 17:43:49 -05:00
parent 259af7dc81
commit ad8334d11c
23 changed files with 301 additions and 158 deletions

20
docker-compose.test.yaml Executable file
View File

@@ -0,0 +1,20 @@
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://
command: sleep 10h
volumes:
- .:/app
ports:
- "${PUDB_PORT:-8025}:8025"
working_dir: /app
env_file:
- .env