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