We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0c67c commit 1921d0eCopy full SHA for 1921d0e
nginx/compose.bus.yml
@@ -1,5 +1,8 @@
1
services:
2
nginx:
3
+ depends_on:
4
+ - gateway_web
5
+ - gateway_dispatch
6
configs:
7
- source: bus.conf.template
8
target: /etc/nginx/templates/bus.conf.template
nginx/compose.track.yml
+ - maintain
+ - minio
- source: track.conf.template
target: /etc/nginx/templates/track.conf.template
nginx/compose.video-minio.yml
@@ -1,5 +1,7 @@
- source: video-minio.conf.template
target: /etc/nginx/templates/video-minio.conf.template
0 commit comments