Pull errors out into the main system for easy tailing
This commit is contained in:
parent
6df73ca465
commit
17679c609e
3 changed files with 12 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue