fix: Share production uploads folder with staging

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
AutonetSellCar Deploy
2025-12-31 15:44:29 +09:00
parent 17ec5f108b
commit 13bad3ab36

View File

@@ -26,7 +26,7 @@ services:
environment: environment:
- ENV=staging - ENV=staging
volumes: volumes:
- ./backend/uploads:/app/uploads - /opt/autonet/production/backend/uploads:/app/uploads
- /opt/autonet/production/backend/autonet.db:/app/autonet.db - /opt/autonet/production/backend/autonet.db:/app/autonet.db
restart: unless-stopped restart: unless-stopped
networks: networks: