Save to database #13

Merged
haylan merged 42 commits from save-to-database into main 2026-07-12 21:51:57 +00:00
Showing only changes of commit cb89a1c6b9 - Show all commits
+2 -1
View File
@@ -6,7 +6,8 @@ services:
dockerfile: Dockerfile.dev dockerfile: Dockerfile.dev
volumes: volumes:
- .:/app - .:/app
- /app/vendor # keeps vendor from the dev image, not your local dir - ./vendor:/app/vendor
- /app/var/data
environment: environment:
APP_ENV: dev APP_ENV: dev
APP_DEBUG: "1" APP_DEBUG: "1"