refractor code,

This commit is contained in:
root
2026-05-21 12:35:49 -04:00
parent e74681e810
commit f009ca10c6
158 changed files with 215801 additions and 5884 deletions
+4
View File
@@ -67,11 +67,15 @@ services:
condition: service_healthy
env_file:
- .env.docker.dev
environment:
FILE_STORAGE_ROOT: /var/lib/rentaldrivego/storage
LEGACY_STORAGE_ROOT: /app/apps/api/src/lib/storage
command: ["sh", "/app/docker/scripts/dev-bootstrap.sh"]
volumes:
- .:/app
- app_node_modules:/app/node_modules
- postgres_bootstrap_state:/state
- api_uploads_dev:/var/lib/rentaldrivego/storage
api:
build: