Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
96844f79
Commit
96844f79
authored
Oct 02, 2019
by
les
Browse files
[improve] add DEBUG default filters into docker-compose
parent
35f5c011
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/docker/postgres/docker-compose.yml
View file @
96844f79
...
...
@@ -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
...
...
docs/docker/sqlite/docker-compose.yml
View file @
96844f79
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment