Loading deploy/docker-compose.tmpl.yml +6 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ services: networks: postgres-net: metric-net: minio-net: deploy: mode: replicated replicas: ${BACKUP_DB_REPLICAS:-1} Loading @@ -55,3 +56,8 @@ networks: name: ${METRIC_NET_NAME:-metric-net} driver: ${METRIC_NET_DRIVER:-overlay} external: true minio-net: name: ${MINIO_NET_NAME:-minio-net} driver: ${MINIO_NET_DRIVER:-overlay} external: true Loading
deploy/docker-compose.tmpl.yml +6 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ services: networks: postgres-net: metric-net: minio-net: deploy: mode: replicated replicas: ${BACKUP_DB_REPLICAS:-1} Loading @@ -55,3 +56,8 @@ networks: name: ${METRIC_NET_NAME:-metric-net} driver: ${METRIC_NET_DRIVER:-overlay} external: true minio-net: name: ${MINIO_NET_NAME:-minio-net} driver: ${MINIO_NET_DRIVER:-overlay} external: true