[improve] add DEBUG default filters into docker-compose
This commit is contained in:
@@ -17,6 +17,8 @@ services:
|
||||
gancio:
|
||||
build: .
|
||||
image: node:latest
|
||||
environment:
|
||||
- DEBUG=*,-babel,-follow-redirects,-send,-body-parser:*,-express:*,-connect:*,-sequelize:*
|
||||
container_name: gancio
|
||||
restart: always
|
||||
command: gancio start --docker --db=postgres
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
container_name: gancio
|
||||
command: gancio start --docker --db=sqlite
|
||||
environment:
|
||||
- DEBUG
|
||||
- DEBUG=*,-babel,-follow-redirects,-send,-body-parser:*,-express:*,-connect:*,-sequelize:*
|
||||
volumes:
|
||||
- ./db.sqlite:/opt/gancio/db.sqlite
|
||||
- ./config.json:/opt/gancio/config.json
|
||||
|
||||
Reference in New Issue
Block a user