Update stack.production.yml
This commit is contained in:
parent
119a3589e6
commit
c8db88402b
|
@ -5,6 +5,11 @@ networks:
|
|||
services:
|
||||
fluentd:
|
||||
image: git.nixc.us/nixius/fluentd:production
|
||||
ports:
|
||||
- target: 24224
|
||||
published: 24224
|
||||
protocol: tcp
|
||||
mode: host
|
||||
networks:
|
||||
- logging
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue