Pull errors out into the main system for easy tailing

This commit is contained in:
Christbru 2025-10-18 21:21:48 -05:00
commit 17679c609e
3 changed files with 12 additions and 7 deletions

View file

@ -19,6 +19,8 @@ services:
- DATABASE_URL=mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@mysql:3306/${MYSQL_DATABASE}
depends_on:
- mysql
volumes:
- ~/astra-errors.log:/var/log/astra-errors.log
mysql:
image: mysql:8.0