Add pong to logging framework
Add logging configuration with GELF driver to service.
This commit is contained in:
parent
70a18c1785
commit
920470851a
1 changed files with 5 additions and 0 deletions
|
|
@ -150,6 +150,11 @@ services:
|
||||||
- sqlite-volume:/volumes/database
|
- sqlite-volume:/volumes/database
|
||||||
- static-volume:/volumes/static
|
- static-volume:/volumes/static
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
logging:
|
||||||
|
driver: gelf
|
||||||
|
options:
|
||||||
|
gelf-address: "udp://127.0.0.1:12201"
|
||||||
|
tag: "{{.Name}}"
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# USER #
|
# USER #
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue